#2542CC

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

Shades of Persian Blue #2542CC

Tints of Persian Blue #2542CC

Color information

#2542CC (or 0x2542CC) is unknown color: approx Persian Blue. HEX triplet: 25, 42 and CC. RGB value is (37,66,204). Sum of RGB (Red+Green+Blue) = 37+66+204=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #2542CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2542CC is #DABD33. Grayscale: #484848. Windows color (decimal): -14335284 or 13386277. OLE color: 13386277.

HSL color Cylindrical-coordinate representation of color #2542CC: hue angle of 229.58º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2542CC is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3766204-
CMYK0.820.6800.2
HSL229.58º69.29%47.25%-
HSV(B)229.58º81.86%80%-
XYZ13.618.6558.08-
YUV73.06201.89102.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.05%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 204 (80.08% from 255) = 66.45%
R=12.05%
G=21.50%
B=66.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal37662040.820.6800.2229.5869.2947.25
Hex2542CC5244014e6452f
Octal4510231412210402434610557
Binary10010110000101100110010100101000100010100111001101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2542CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2542CC; }

 p { color: rgb(37,66,204); }

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

<style>
 a { background-color: #2542CC; }

 a { background-color: rgb(37,66,204); }

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

<style>
 span { border-color: #2542CC; }

 span { border-color: rgb(37,66,204); }

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