#263BA9

Color #263BA9 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #263BA9

Tints of Persian Blue #263BA9

Color information

#263BA9 (or 0x263BA9) is unknown color: approx Persian Blue. HEX triplet: 26, 3B and A9. RGB value is (38,59,169). Sum of RGB (Red+Green+Blue) = 38+59+169=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 169 (66.41% from 255 or 63.53% from 266); Max value from RGB is 169 - color contains mainly: blue. Hex color #263BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263BA9 is #D9C456. Grayscale: #404040. Windows color (decimal): -14271575 or 11090726. OLE color: 11090726.

HSL color Cylindrical-coordinate representation of color #263BA9: hue angle of 230.38º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #263BA9 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3859169-
CMYK0.780.6500.34
HSL230.38º63.29%40.59%-
HSV(B)230.38º77.51%66.27%-
XYZ9.526.438.27-
YUV65.26186.54108.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 14.29%
GREEN value IS 59 (23.44% from 255) = 22.18%
BLUE value IS 169 (66.41% from 255) = 63.53%
R=14.29%
G=22.18%
B=63.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal38591690.780.6500.34230.3863.2940.59
Hex263BA94E41022e63f29
Octal46732511161010423467751
Binary1001101110111010100110011101000001010001011100110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263BA9; }

 p { color: rgb(38,59,169); }

 H1.HeaderClassName
 {
   color: #263BA9;
 }
 .AnyTagClassName
 {
   color: #263BA9;
 }
</style>
background-color css

<style>
 a { background-color: #263BA9; }

 a { background-color: rgb(38,59,169); }

 div.DivClassName
 {
   background-color: #263BA9;
 }
 .BgClassName
 {
   background-color: #263BA9;
 }
</style>
border-color css

<style>
 span { border-color: #263BA9; }

 span { border-color: rgb(38,59,169); }

 td.TdClassName
 {
   border-color: #263BA9;
 }
 .TagClassName
 {
   border-color: #263BA9;
 }
</style>