#283A4C

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

Shades of Nile Blue #283A4C

Tints of Nile Blue #283A4C

Color information

#283A4C (or 0x283A4C) is unknown color: approx Nile Blue. HEX triplet: 28, 3A and 4C. RGB value is (40,58,76). Sum of RGB (Red+Green+Blue) = 40+58+76=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 76 - color contains mainly: blue. Hex color #283A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283A4C is #D7C5B3. Grayscale: #363636. Windows color (decimal): -14140852 or 4995624. OLE color: 4995624.

HSL color Cylindrical-coordinate representation of color #283A4C: hue angle of 210º 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 #283A4C is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB405876-
CMYK0.470.2400.70
HSL210º31.03%22.75%-
HSV(B)210º47.37%29.8%-
XYZ3.6947.41-
YUV54.67140.04117.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.99%
GREEN value IS 58 (23.05% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 43.68%
R=22.99%
G=33.33%
B=43.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4058760.470.2400.7021031.0322.75
Hex283A4C2F18046d21f17
Octal5072114573001063223727
Binary10100011101010011001011111100001000110110100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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