Html Css Color HEX #2542CC Persian Blue

📋 copy color: '#2542CC'

red 37 ◦ green 66 ◦ blue 204

#2542CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2542CC

Tints of Persian Blue #2542CC

RGB

 RED value IS 37 (14.84% from 255) = 12.05%

 GREEN value IS 66 (26.17% from 255) = 21.5%

 BLUE value IS 204 (80.08% from 255) = 66.45%

R = 12.05%
G = 21.5%
B = 66.45%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2542CC (or 0x2542CC) is known color: 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

RGB 37 66 204 -
CMYK 0.82 0.68 0 0.2
HSL 229.58º 0.69% 0.47% -
HSV(B) 229.58º 0.82% 0.8% -
XYZ 13.61 8.65 58.08 -
YUV 73.06 201.89 102.28 -
System Red Green Blue C M Y K H S L
Decimal 37 66 204 0.82 0.68 0 0.2 229.58 0.69 0.47
Hex 25 42 CC 52 44 0 14 E6 45 2F
Octal 45 102 314 122 104 0 24 346 105 57
Binary 100101 1000010 11001100 1010010 1000100 0 10100 11100110 1000101 101111

Color Harmonies of #2542CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2542CC

Black with #2542CC

Text Example


Text Example

White with #2542CC

Text Example


Text Example

HTML Codes & Css Web 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>