#254254

Color #254254 Nile Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nile Blue #254254

Tints of Nile Blue #254254

Color information

#254254 (or 0x254254) is unknown color: approx Nile Blue. HEX triplet: 25, 42 and 54. RGB value is (37,66,84). Sum of RGB (Red+Green+Blue) = 37+66+84=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #254254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254254 is #DABDAB. Grayscale: #3B3B3B. Windows color (decimal): -14335404 or 5521957. OLE color: 5521957.

HSL color Cylindrical-coordinate representation of color #254254: hue angle of 202.98º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #254254 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB376684-
CMYK0.560.2100.67
HSL202.98º38.84%23.73%-
HSV(B)202.98º55.95%32.94%-
XYZ4.314.939.11-
YUV59.38141.89112.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.79%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 84 (33.20% from 255) = 44.92%
R=19.79%
G=35.29%
B=44.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3766840.560.2100.67202.9838.8423.73
Hex2542543815043cb2718
Octal45102124702501033134730
Binary1001011000010101010011100010101010000111100101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254254; }

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

 H1.HeaderClassName
 {
   color: #254254;
 }
 .AnyTagClassName
 {
   color: #254254;
 }
</style>
background-color css

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

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

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

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

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

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