Html Css Color HEX #252DAE Persian Blue

📋 copy color: '#252DAE'

red 37 ◦ green 45 ◦ blue 174

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

Shades of Persian Blue #252DAE

Tints of Persian Blue #252DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 67.97%

R = 14.45%
G = 17.58%
B = 67.97%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#252DAE (or 0x252DAE) is known color: Persian Blue. HEX triplet: 25, 2D and AE. RGB value is (37,45,174). Sum of RGB (Red+Green+Blue) = 37+45+174=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #252DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252DAE is #DAD251. Grayscale: #383838. Windows color (decimal): -14340690 or 11414821. OLE color: 11414821.

HSL color Cylindrical-coordinate representation of color #252DAE: hue angle of 236.5º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #252DAE is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 45 174 -
CMYK 0.79 0.74 0 0.32
HSL 236.5º 0.65% 0.41% -
HSV(B) 236.5º 0.79% 0.68% -
XYZ 9.34 5.33 40.58 -
YUV 57.31 193.85 113.51 -
System Red Green Blue C M Y K H S L
Decimal 37 45 174 0.79 0.74 0 0.32 236.5 0.65 0.41
Hex 25 2D AE 4F 4A 0 20 EC 41 29
Octal 45 55 256 117 112 0 40 354 101 51
Binary 100101 101101 10101110 1001111 1001010 0 100000 11101100 1000001 101001

Color Harmonies of #252DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252DAE

Black with #252DAE

Text Example


Text Example

White with #252DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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