Html Css Color HEX #252AD4 Persian Blue

📋 copy color: '#252AD4'

red 37 ◦ green 42 ◦ blue 212

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

Shades of Persian Blue #252AD4

Tints of Persian Blue #252AD4

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.43%

 BLUE value IS 212 (83.2% from 255) = 72.85%

R = 12.71%
G = 14.43%
B = 72.85%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#252AD4 (or 0x252AD4) is known color: Persian Blue. HEX triplet: 25, 2A and D4. RGB value is (37,42,212). Sum of RGB (Red+Green+Blue) = 37+42+212=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 212 (83.20% from 255 or 72.85% from 291); Max value from RGB is 212 - color contains mainly: blue. Hex color #252AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252AD4 is #DAD52B. Grayscale: #3B3B3B. Windows color (decimal): -14341420 or 13904421. OLE color: 13904421.

HSL color Cylindrical-coordinate representation of color #252AD4: hue angle of 238.29º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #252AD4 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 37 42 212 -
CMYK 0.83 0.80 0 0.17
HSL 238.29º 0.7% 0.49% -
HSV(B) 238.29º 0.83% 0.83% -
XYZ 13.47 6.8 62.89 -
YUV 59.89 213.84 111.68 -
System Red Green Blue C M Y K H S L
Decimal 37 42 212 0.83 0.80 0 0.17 238.29 0.7 0.49
Hex 25 2A D4 53 50 0 11 EE 46 31
Octal 45 52 324 123 120 0 21 356 106 61
Binary 100101 101010 11010100 1010011 1010000 0 10001 11101110 1000110 110001

Color Harmonies of #252AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252AD4

Black with #252AD4

Text Example


Text Example

White with #252AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,42,212); }

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

background-color css

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

 a { background-color: rgb(37,42,212); }

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

border-color css

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

 span { border-color: rgb(37,42,212); }

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