Html Css Color HEX #254251 Nile Blue

📋 copy color: '#254251'

red 37 ◦ green 66 ◦ blue 81

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

Shades of Nile Blue #254251

Tints of Nile Blue #254251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.87%

 BLUE value IS 81 (32.03% from 255) = 44.02%

R = 20.11%
G = 35.87%
B = 44.02%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#254251 (or 0x254251) is known color: Nile Blue. HEX triplet: 25, 42 and 51. RGB value is (37,66,81). Sum of RGB (Red+Green+Blue) = 37+66+81=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 81 - color contains mainly: blue. Hex color #254251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254251 is #DABDAE. Grayscale: #3A3A3A. Windows color (decimal): -14335407 or 5325349. OLE color: 5325349.

HSL color Cylindrical-coordinate representation of color #254251: hue angle of 200.45º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #254251 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 66 81 -
CMYK 0.54 0.19 0 0.68
HSL 200.45º 0.37% 0.23% -
HSV(B) 200.45º 0.54% 0.32% -
XYZ 4.2 4.88 8.51 -
YUV 59.04 140.39 112.28 -
System Red Green Blue C M Y K H S L
Decimal 37 66 81 0.54 0.19 0 0.68 200.45 0.37 0.23
Hex 25 42 51 36 13 0 44 C8 25 17
Octal 45 102 121 66 23 0 104 310 45 27
Binary 100101 1000010 1010001 110110 10011 0 1000100 11001000 100101 10111

Color Harmonies of #254251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254251

Black with #254251

Text Example


Text Example

White with #254251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254251; }

 p { color: rgb(37,66,81); }

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

background-color css

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

 a { background-color: rgb(37,66,81); }

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

border-color css

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

 span { border-color: rgb(37,66,81); }

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