#262BA7

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

Shades of Persian Blue #262BA7

Tints of Persian Blue #262BA7

Color information

#262BA7 (or 0x262BA7) is unknown color: approx Persian Blue. HEX triplet: 26, 2B and A7. RGB value is (38,43,167). Sum of RGB (Red+Green+Blue) = 38+43+167=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 167 (65.62% from 255 or 67.34% from 248); Max value from RGB is 167 - color contains mainly: blue. Hex color #262BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262BA7 is #D9D458. Grayscale: #373737. Windows color (decimal): -14275673 or 10955558. OLE color: 10955558.

HSL color Cylindrical-coordinate representation of color #262BA7: hue angle of 237.67º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #262BA7 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3843167-
CMYK0.770.7400.35
HSL237.67º62.93%40.2%-
HSV(B)237.67º77.25%65.49%-
XYZ8.644.9337.06-
YUV55.64190.84115.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.32%
GREEN value IS 43 (17.19% from 255) = 17.34%
BLUE value IS 167 (65.62% from 255) = 67.34%
R=15.32%
G=17.34%
B=67.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal38431670.770.7400.35237.6762.9340.2
Hex262BA74D4A023ee3f28
Octal46532471151120433567750
Binary1001101010111010011110011011001010010001111101110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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