#262BBD

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

Shades of Persian Blue #262BBD

Tints of Persian Blue #262BBD

Color information

#262BBD (or 0x262BBD) is unknown color: approx Persian Blue. HEX triplet: 26, 2B and BD. RGB value is (38,43,189). Sum of RGB (Red+Green+Blue) = 38+43+189=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 189 (74.22% from 255 or 70% from 270); Max value from RGB is 189 - color contains mainly: blue. Hex color #262BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262BBD is #D9D442. Grayscale: #393939. Windows color (decimal): -14275651 or 12397350. OLE color: 12397350.

HSL color Cylindrical-coordinate representation of color #262BBD: hue angle of 238.01º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #262BBD is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3843189-
CMYK0.800.7700.26
HSL238.01º66.52%44.51%-
HSV(B)238.01º79.89%74.12%-
XYZ10.855.8148.69-
YUV58.15201.84113.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.07%
GREEN value IS 43 (17.19% from 255) = 15.93%
BLUE value IS 189 (74.22% from 255) = 70%
R=14.07%
G=15.93%
B=70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38431890.800.7700.26238.0166.5244.51
Hex262BBD504D01Aee432d
Octal465327512011503235610355
Binary1001101010111011110110100001001101011010111011101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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