Html Css Color HEX #252CDD Persian Blue

📋 copy color: '#252CDD'

red 37 ◦ green 44 ◦ blue 221

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

Shades of Persian Blue #252CDD

Tints of Persian Blue #252CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 73.18%

R = 12.25%
G = 14.57%
B = 73.18%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#252CDD (or 0x252CDD) is known color: Persian Blue. HEX triplet: 25, 2C and DD. RGB value is (37,44,221). Sum of RGB (Red+Green+Blue) = 37+44+221=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #252CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252CDD is #DAD322. Grayscale: #3D3D3D. Windows color (decimal): -14340899 or 14494757. OLE color: 14494757.

HSL color Cylindrical-coordinate representation of color #252CDD: hue angle of 237.72º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #252CDD is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 44 221 -
CMYK 0.83 0.80 0 0.13
HSL 237.72º 0.73% 0.51% -
HSV(B) 237.72º 0.83% 0.87% -
XYZ 14.71 7.42 69.06 -
YUV 62.09 217.68 110.11 -
System Red Green Blue C M Y K H S L
Decimal 37 44 221 0.83 0.80 0 0.13 237.72 0.73 0.51
Hex 25 2C DD 53 50 0 D EE 49 33
Octal 45 54 335 123 120 0 15 356 111 63
Binary 100101 101100 11011101 1010011 1010000 0 1101 11101110 1001001 110011

Color Harmonies of #252CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252CDD

Black with #252CDD

Text Example


Text Example

White with #252CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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