#262BCD

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

Shades of Persian Blue #262BCD

Tints of Persian Blue #262BCD

Color information

#262BCD (or 0x262BCD) is unknown color: approx Persian Blue. HEX triplet: 26, 2B and CD. RGB value is (38,43,205). Sum of RGB (Red+Green+Blue) = 38+43+205=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #262BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262BCD is #D9D432. Grayscale: #3B3B3B. Windows color (decimal): -14275635 or 13445926. OLE color: 13445926.

HSL color Cylindrical-coordinate representation of color #262BCD: hue angle of 238.2º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #262BCD is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3843205-
CMYK0.810.7900.20
HSL238.2º68.72%47.65%-
HSV(B)238.2º81.46%80.39%-
XYZ12.686.5558.35-
YUV59.97209.84112.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.29%
GREEN value IS 43 (17.19% from 255) = 15.03%
BLUE value IS 205 (80.47% from 255) = 71.68%
R=13.29%
G=15.03%
B=71.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal38432050.810.7900.20238.268.7247.65
Hex262BCD514F014ee4530
Octal465331512111702435610560
Binary1001101010111100110110100011001111010100111011101000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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