Html Css Color HEX #254050 Nile Blue

📋 copy color: '#254050'

red 37 ◦ green 64 ◦ blue 80

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

Shades of Nile Blue #254050

Tints of Nile Blue #254050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.36%

 BLUE value IS 80 (31.64% from 255) = 44.2%

R = 20.44%
G = 35.36%
B = 44.2%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#254050 (or 0x254050) is known color: Nile Blue. HEX triplet: 25, 40 and 50. RGB value is (37,64,80). Sum of RGB (Red+Green+Blue) = 37+64+80=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #254050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254050 is #DABFAF. Grayscale: #393939. Windows color (decimal): -14335920 or 5259301. OLE color: 5259301.

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

Color convert

RGB 37 64 80 -
CMYK 0.54 0.20 0 0.69
HSL 202.33º 0.37% 0.23% -
HSV(B) 202.33º 0.54% 0.31% -
XYZ 4.04 4.64 8.27 -
YUV 57.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 37 64 80 0.54 0.20 0 0.69 202.33 0.37 0.23
Hex 25 40 50 36 14 0 45 CA 25 17
Octal 45 100 120 66 24 0 105 312 45 27
Binary 100101 1000000 1010000 110110 10100 0 1000101 11001010 100101 10111

Color Harmonies of #254050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254050

Black with #254050

Text Example


Text Example

White with #254050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254050; }

 p { color: rgb(37,64,80); }

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

background-color css

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

 a { background-color: rgb(37,64,80); }

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

border-color css

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

 span { border-color: rgb(37,64,80); }

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