Html Css Color HEX #252DCE Persian Blue

📋 copy color: '#252DCE'

red 37 ◦ green 45 ◦ blue 206

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

Shades of Persian Blue #252DCE

Tints of Persian Blue #252DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 71.53%

R = 12.85%
G = 15.63%
B = 71.53%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#252DCE (or 0x252DCE) is known color: Persian Blue. HEX triplet: 25, 2D and CE. RGB value is (37,45,206). Sum of RGB (Red+Green+Blue) = 37+45+206=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #252DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252DCE is #DAD231. Grayscale: #3C3C3C. Windows color (decimal): -14340658 or 13511973. OLE color: 13511973.

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

Color convert

RGB 37 45 206 -
CMYK 0.82 0.78 0 0.19
HSL 237.16º 0.7% 0.48% -
HSV(B) 237.16º 0.82% 0.81% -
XYZ 12.84 6.73 59.01 -
YUV 60.96 209.85 110.91 -
System Red Green Blue C M Y K H S L
Decimal 37 45 206 0.82 0.78 0 0.19 237.16 0.7 0.48
Hex 25 2D CE 52 4E 0 13 ED 46 30
Octal 45 55 316 122 116 0 23 355 106 60
Binary 100101 101101 11001110 1010010 1001110 0 10011 11101101 1000110 110000

Color Harmonies of #252DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252DCE

Black with #252DCE

Text Example


Text Example

White with #252DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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