Html Css Color HEX #252DCC Persian Blue

📋 copy color: '#252DCC'

red 37 ◦ green 45 ◦ blue 204

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

Shades of Persian Blue #252DCC

Tints of Persian Blue #252DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.73%

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

R = 12.94%
G = 15.73%
B = 71.33%

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

#252DCC (or 0x252DCC) is known color: Persian Blue. HEX triplet: 25, 2D and CC. RGB value is (37,45,204). Sum of RGB (Red+Green+Blue) = 37+45+204=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #252DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252DCC is #DAD233. Grayscale: #3C3C3C. Windows color (decimal): -14340660 or 13380901. OLE color: 13380901.

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

Color convert

RGB 37 45 204 -
CMYK 0.82 0.78 0 0.2
HSL 237.13º 0.69% 0.47% -
HSV(B) 237.13º 0.82% 0.8% -
XYZ 12.6 6.63 57.74 -
YUV 60.73 208.85 111.07 -
System Red Green Blue C M Y K H S L
Decimal 37 45 204 0.82 0.78 0 0.2 237.13 0.69 0.47
Hex 25 2D CC 52 4E 0 14 ED 45 2F
Octal 45 55 314 122 116 0 24 355 105 57
Binary 100101 101101 11001100 1010010 1001110 0 10100 11101101 1000101 101111

Color Harmonies of #252DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252DCC

Black with #252DCC

Text Example


Text Example

White with #252DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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