Html Css Color HEX #252CDE Persian Blue

📋 copy color: '#252CDE'

red 37 ◦ green 44 ◦ blue 222

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

Shades of Persian Blue #252CDE

Tints of Persian Blue #252CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 73.27%

R = 12.21%
G = 14.52%
B = 73.27%

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

#252CDE (or 0x252CDE) is known color: Persian Blue. HEX triplet: 25, 2C and DE. RGB value is (37,44,222). Sum of RGB (Red+Green+Blue) = 37+44+222=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 222 (87.11% from 255 or 73.27% from 303); Max value from RGB is 222 - color contains mainly: blue. Hex color #252CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252CDE is #DAD321. Grayscale: #3D3D3D. Windows color (decimal): -14340898 or 14560293. OLE color: 14560293.

HSL color Cylindrical-coordinate representation of color #252CDE: hue angle of 237.73º degrees, saturation: 0.74, 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 #252CDE is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 44 222 -
CMYK 0.83 0.80 0 0.13
HSL 237.73º 0.74% 0.51% -
HSV(B) 237.73º 0.83% 0.87% -
XYZ 14.85 7.47 69.77 -
YUV 62.2 218.18 110.03 -
System Red Green Blue C M Y K H S L
Decimal 37 44 222 0.83 0.80 0 0.13 237.73 0.74 0.51
Hex 25 2C DE 53 50 0 D EE 4A 33
Octal 45 54 336 123 120 0 15 356 112 63
Binary 100101 101100 11011110 1010011 1010000 0 1101 11101110 1001010 110011

Color Harmonies of #252CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252CDE

Black with #252CDE

Text Example


Text Example

White with #252CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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