#283B4C

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

Shades of Nile Blue #283B4C

Tints of Nile Blue #283B4C

Color information

#283B4C (or 0x283B4C) is unknown color: approx Nile Blue. HEX triplet: 28, 3B and 4C. RGB value is (40,59,76). Sum of RGB (Red+Green+Blue) = 40+59+76=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #283B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283B4C is #D7C4B3. Grayscale: #373737. Windows color (decimal): -14140596 or 4995880. OLE color: 4995880.

HSL color Cylindrical-coordinate representation of color #283B4C: hue angle of 208.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #283B4C is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB405976-
CMYK0.470.2200.70
HSL208.33º31.03%22.75%-
HSV(B)208.33º47.37%29.8%-
XYZ3.744.17.43-
YUV55.26139.71117.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.86%
GREEN value IS 59 (23.44% from 255) = 33.71%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=22.86%
G=33.71%
B=43.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4059760.470.2200.70208.3331.0322.75
Hex283B4C2F16046d01f17
Octal5073114572601063203727
Binary10100011101110011001011111011001000110110100001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283B4C; }

 p { color: rgb(40,59,76); }

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

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

 a { background-color: rgb(40,59,76); }

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

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

 span { border-color: rgb(40,59,76); }

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