#254053

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

Shades of Nile Blue #254053

Tints of Nile Blue #254053

Color information

#254053 (or 0x254053) is unknown color: approx Nile Blue. HEX triplet: 25, 40 and 53. RGB value is (37,64,83). Sum of RGB (Red+Green+Blue) = 37+64+83=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #254053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254053 is #DABFAC. Grayscale: #393939. Windows color (decimal): -14335917 or 5455909. OLE color: 5455909.

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

Color convert

RGB376483-
CMYK0.550.2300.67
HSL204.78º38.33%23.53%-
HSV(B)204.78º55.42%32.55%-
XYZ4.164.688.87-
YUV58.09142.05112.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.11%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 83 (32.81% from 255) = 45.11%
R=20.11%
G=34.78%
B=45.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3764830.550.2300.67204.7838.3323.53
Hex2540533717043cd2618
Octal45100123672701033154630
Binary1001011000000101001111011110111010000111100110110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254053; }

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

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

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

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

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

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

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

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