#252CCE

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

Shades of Persian Blue #252CCE

Tints of Persian Blue #252CCE

Color information

#252CCE (or 0x252CCE) is unknown color: approx Persian Blue. HEX triplet: 25, 2C and CE. RGB value is (37,44,206). Sum of RGB (Red+Green+Blue) = 37+44+206=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #252CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252CCE is #DAD331. Grayscale: #3B3B3B. Windows color (decimal): -14340914 or 13511717. OLE color: 13511717.

HSL color Cylindrical-coordinate representation of color #252CCE: hue angle of 237.51º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #252CCE is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3744206-
CMYK0.820.7900.19
HSL237.51º69.55%47.65%-
HSV(B)237.51º82.04%80.78%-
XYZ12.86.6559-
YUV60.38210.18111.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.89%
GREEN value IS 44 (17.58% from 255) = 15.33%
BLUE value IS 206 (80.86% from 255) = 71.78%
R=12.89%
G=15.33%
B=71.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal37442060.820.7900.19237.5169.5547.65
Hex252CCE524F013ee4630
Octal455431612211702335610660
Binary1001011011001100111010100101001111010011111011101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252CCE; }

 p { color: rgb(37,44,206); }

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

<style>
 a { background-color: #252CCE; }

 a { background-color: rgb(37,44,206); }

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

<style>
 span { border-color: #252CCE; }

 span { border-color: rgb(37,44,206); }

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