Html Css Color HEX #251DAF Persian Blue

📋 copy color: '#251DAF'

red 37 ◦ green 29 ◦ blue 175

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

Shades of Persian Blue #251DAF

Tints of Persian Blue #251DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 72.61%

R = 15.35%
G = 12.03%
B = 72.61%

CMYK

 C value IS 0.79

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#251DAF (or 0x251DAF) is known color: Persian Blue. HEX triplet: 25, 1D and AF. RGB value is (37,29,175). Sum of RGB (Red+Green+Blue) = 37+29+175=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #251DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251DAF is #DAE250. Grayscale: #2F2F2F. Windows color (decimal): -14344785 or 11476261. OLE color: 11476261.

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

Color convert

RGB 37 29 175 -
CMYK 0.79 0.83 0 0.31
HSL 243.29º 0.72% 0.4% -
HSV(B) 243.29º 0.83% 0.69% -
XYZ 8.94 4.37 40.93 -
YUV 48.04 199.65 120.13 -
System Red Green Blue C M Y K H S L
Decimal 37 29 175 0.79 0.83 0 0.31 243.29 0.72 0.4
Hex 25 1D AF 4F 53 0 1F F3 48 28
Octal 45 35 257 117 123 0 37 363 110 50
Binary 100101 11101 10101111 1001111 1010011 0 11111 11110011 1001000 101000

Color Harmonies of #251DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251DAF

Black with #251DAF

Text Example


Text Example

White with #251DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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