#262BA9

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

Shades of Persian Blue #262BA9

Tints of Persian Blue #262BA9

Color information

#262BA9 (or 0x262BA9) is unknown color: approx Persian Blue. HEX triplet: 26, 2B and A9. RGB value is (38,43,169). Sum of RGB (Red+Green+Blue) = 38+43+169=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 169 (66.41% from 255 or 67.6% from 250); Max value from RGB is 169 - color contains mainly: blue. Hex color #262BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262BA9 is #D9D456. Grayscale: #373737. Windows color (decimal): -14275671 or 11086630. OLE color: 11086630.

HSL color Cylindrical-coordinate representation of color #262BA9: hue angle of 237.71º 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 #262BA9 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3843169-
CMYK0.780.7500.34
HSL237.71º63.29%40.59%-
HSV(B)237.71º77.51%66.27%-
XYZ8.82538.04-
YUV55.87191.84115.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.2%
GREEN value IS 43 (17.19% from 255) = 17.2%
BLUE value IS 169 (66.41% from 255) = 67.6%
R=15.2%
G=17.2%
B=67.6%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal38431690.780.7500.34237.7163.2940.59
Hex262BA94E4B022ee3f29
Octal46532511161130423567751
Binary1001101010111010100110011101001011010001011101110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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