#254252

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

Shades of Nile Blue #254252

Tints of Nile Blue #254252

Color information

#254252 (or 0x254252) is unknown color: approx Nile Blue. HEX triplet: 25, 42 and 52. RGB value is (37,66,82). Sum of RGB (Red+Green+Blue) = 37+66+82=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #254252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254252 is #DABDAD. Grayscale: #3B3B3B. Windows color (decimal): -14335406 or 5390885. OLE color: 5390885.

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

Color convert

RGB376682-
CMYK0.550.2000.68
HSL201.33º37.82%23.33%-
HSV(B)201.33º54.88%32.16%-
XYZ4.234.98.71-
YUV59.15140.89112.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 82 (32.42% from 255) = 44.32%
R=20%
G=35.68%
B=44.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3766820.550.2000.68201.3337.8223.33
Hex2542523714044c92617
Octal45102122672401043114627
Binary1001011000010101001011011110100010001001100100110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254252; }

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

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

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

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

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

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

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

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