Html Css Color HEX #252DEC Persian Blue

📋 copy color: '#252DEC'

red 37 ◦ green 45 ◦ blue 236

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

Shades of Persian Blue #252DEC

Tints of Persian Blue #252DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 74.21%

R = 11.64%
G = 14.15%
B = 74.21%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#252DEC (or 0x252DEC) is known color: Persian Blue. HEX triplet: 25, 2D and EC. RGB value is (37,45,236). Sum of RGB (Red+Green+Blue) = 37+45+236=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #252DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252DEC is #DAD213. Grayscale: #3F3F3F. Windows color (decimal): -14340628 or 15478053. OLE color: 15478053.

HSL color Cylindrical-coordinate representation of color #252DEC: hue angle of 237.59º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #252DEC is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 45 236 -
CMYK 0.84 0.81 0 0.07
HSL 237.59º 0.84% 0.54% -
HSV(B) 237.59º 0.84% 0.93% -
XYZ 16.84 8.33 80.08 -
YUV 64.38 224.85 108.47 -
System Red Green Blue C M Y K H S L
Decimal 37 45 236 0.84 0.81 0 0.07 237.59 0.84 0.54
Hex 25 2D EC 54 51 0 7 EE 54 36
Octal 45 55 354 124 121 0 7 356 124 66
Binary 100101 101101 11101100 1010100 1010001 0 111 11101110 1010100 110110

Color Harmonies of #252DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252DEC

Black with #252DEC

Text Example


Text Example

White with #252DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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