Html Css Color HEX #251DAD Persian Blue

📋 copy color: '#251DAD'

red 37 ◦ green 29 ◦ blue 173

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

Shades of Persian Blue #251DAD

Tints of Persian Blue #251DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 72.38%

R = 15.48%
G = 12.13%
B = 72.38%

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

#251DAD (or 0x251DAD) is known color: Persian Blue. HEX triplet: 25, 1D and AD. RGB value is (37,29,173). Sum of RGB (Red+Green+Blue) = 37+29+173=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #251DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251DAD is #DAE252. Grayscale: #2F2F2F. Windows color (decimal): -14344787 or 11345189. OLE color: 11345189.

HSL color Cylindrical-coordinate representation of color #251DAD: hue angle of 243.33º 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 #251DAD is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 29 173 -
CMYK 0.79 0.83 0 0.32
HSL 243.33º 0.71% 0.4% -
HSV(B) 243.33º 0.83% 0.68% -
XYZ 8.75 4.29 39.9 -
YUV 47.81 198.65 120.29 -
System Red Green Blue C M Y K H S L
Decimal 37 29 173 0.79 0.83 0 0.32 243.33 0.71 0.4
Hex 25 1D AD 4F 53 0 20 F3 47 28
Octal 45 35 255 117 123 0 40 363 107 50
Binary 100101 11101 10101101 1001111 1010011 0 100000 11110011 1000111 101000

Color Harmonies of #251DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251DAD

Black with #251DAD

Text Example


Text Example

White with #251DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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