Html Css Color HEX #252CCC Persian Blue

📋 copy color: '#252CCC'

red 37 ◦ green 44 ◦ blue 204

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

Shades of Persian Blue #252CCC

Tints of Persian Blue #252CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.44%

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

R = 12.98%
G = 15.44%
B = 71.58%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#252CCC (or 0x252CCC) is known color: Persian Blue. HEX triplet: 25, 2C and CC. RGB value is (37,44,204). Sum of RGB (Red+Green+Blue) = 37+44+204=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #252CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252CCC is #DAD333. Grayscale: #3B3B3B. Windows color (decimal): -14340916 or 13380645. OLE color: 13380645.

HSL color Cylindrical-coordinate representation of color #252CCC: hue angle of 237.49º 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 #252CCC is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 44 204 -
CMYK 0.82 0.78 0 0.2
HSL 237.49º 0.69% 0.47% -
HSV(B) 237.49º 0.82% 0.8% -
XYZ 12.56 6.55 57.73 -
YUV 60.15 209.18 111.49 -
System Red Green Blue C M Y K H S L
Decimal 37 44 204 0.82 0.78 0 0.2 237.49 0.69 0.47
Hex 25 2C CC 52 4E 0 14 ED 45 2F
Octal 45 54 314 122 116 0 24 355 105 57
Binary 100101 101100 11001100 1010010 1001110 0 10100 11101101 1000101 101111

Color Harmonies of #252CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252CCC

Black with #252CCC

Text Example


Text Example

White with #252CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #252CCC;
 }
 .AnyTagClassName
 {
   color: #252CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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