Html Css Color HEX #251DB6 Persian Blue

📋 copy color: '#251DB6'

red 37 ◦ green 29 ◦ blue 182

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

Shades of Persian Blue #251DB6

Tints of Persian Blue #251DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 73.39%

R = 14.92%
G = 11.69%
B = 73.39%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#251DB6 (or 0x251DB6) is known color: Persian Blue. HEX triplet: 25, 1D and B6. RGB value is (37,29,182). Sum of RGB (Red+Green+Blue) = 37+29+182=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 182 (71.48% from 255 or 73.39% from 248); Max value from RGB is 182 - color contains mainly: blue. Hex color #251DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251DB6 is #DAE249. Grayscale: #303030. Windows color (decimal): -14344778 or 11935013. OLE color: 11935013.

HSL color Cylindrical-coordinate representation of color #251DB6: hue angle of 243.14º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251DB6 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 29 182 -
CMYK 0.80 0.84 0 0.29
HSL 243.14º 0.73% 0.41% -
HSV(B) 243.14º 0.84% 0.71% -
XYZ 9.65 4.65 44.65 -
YUV 48.83 203.15 119.56 -
System Red Green Blue C M Y K H S L
Decimal 37 29 182 0.80 0.84 0 0.29 243.14 0.73 0.41
Hex 25 1D B6 50 54 0 1D F3 49 29
Octal 45 35 266 120 124 0 35 363 111 51
Binary 100101 11101 10110110 1010000 1010100 0 11101 11110011 1001001 101001

Color Harmonies of #251DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251DB6

Black with #251DB6

Text Example


Text Example

White with #251DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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