Html Css Color HEX #251EAF Persian Blue

📋 copy color: '#251EAF'

red 37 ◦ green 30 ◦ blue 175

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

Shades of Persian Blue #251EAF

Tints of Persian Blue #251EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.4%

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

R = 15.29%
G = 12.4%
B = 72.31%

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

#251EAF (or 0x251EAF) is known color: Persian Blue. HEX triplet: 25, 1E and AF. RGB value is (37,30,175). Sum of RGB (Red+Green+Blue) = 37+30+175=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #251EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251EAF is #DAE150. Grayscale: #303030. Windows color (decimal): -14344529 or 11476517. OLE color: 11476517.

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

Color convert

RGB 37 30 175 -
CMYK 0.79 0.83 0 0.31
HSL 242.9º 0.71% 0.4% -
HSV(B) 242.9º 0.83% 0.69% -
XYZ 8.97 4.42 40.94 -
YUV 48.62 199.32 119.71 -
System Red Green Blue C M Y K H S L
Decimal 37 30 175 0.79 0.83 0 0.31 242.9 0.71 0.4
Hex 25 1E AF 4F 53 0 1F F3 47 28
Octal 45 36 257 117 123 0 37 363 107 50
Binary 100101 11110 10101111 1001111 1010011 0 11111 11110011 1000111 101000

Color Harmonies of #251EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251EAF

Black with #251EAF

Text Example


Text Example

White with #251EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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