Html Css Color HEX #251DAE Persian Blue

📋 copy color: '#251DAE'

red 37 ◦ green 29 ◦ blue 174

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

Shades of Persian Blue #251DAE

Tints of Persian Blue #251DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.08%

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

R = 15.42%
G = 12.08%
B = 72.5%

CMYK

 C value IS 0.79

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#251DAE (or 0x251DAE) is known color: Persian Blue. HEX triplet: 25, 1D and AE. RGB value is (37,29,174). Sum of RGB (Red+Green+Blue) = 37+29+174=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 174 (68.36% from 255 or 72.5% from 240); Max value from RGB is 174 - color contains mainly: blue. Hex color #251DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251DAE is #DAE251. Grayscale: #2F2F2F. Windows color (decimal): -14344786 or 11410725. OLE color: 11410725.

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

Color convert

RGB 37 29 174 -
CMYK 0.79 0.83 0 0.32
HSL 243.31º 0.71% 0.4% -
HSV(B) 243.31º 0.83% 0.68% -
XYZ 8.84 4.33 40.41 -
YUV 47.92 199.15 120.21 -
System Red Green Blue C M Y K H S L
Decimal 37 29 174 0.79 0.83 0 0.32 243.31 0.71 0.4
Hex 25 1D AE 4F 53 0 20 F3 47 28
Octal 45 35 256 117 123 0 40 363 107 50
Binary 100101 11101 10101110 1001111 1010011 0 100000 11110011 1000111 101000

Color Harmonies of #251DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251DAE

Black with #251DAE

Text Example


Text Example

White with #251DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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