#283A4B

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

Shades of Nile Blue #283A4B

Tints of Nile Blue #283A4B

Color information

#283A4B (or 0x283A4B) is unknown color: approx Nile Blue. HEX triplet: 28, 3A and 4B. RGB value is (40,58,75). Sum of RGB (Red+Green+Blue) = 40+58+75=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #283A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283A4B is #D7C5B4. Grayscale: #363636. Windows color (decimal): -14140853 or 4930088. OLE color: 4930088.

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

Color convert

RGB405875-
CMYK0.470.2300.71
HSL209.14º30.43%22.55%-
HSV(B)209.14º46.67%29.41%-
XYZ3.663.997.23-
YUV54.56139.54117.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.12%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 75 (29.69% from 255) = 43.35%
R=23.12%
G=33.53%
B=43.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4058750.470.2300.71209.1430.4322.55
Hex283A4B2F17047d11e17
Octal5072113572701073213627
Binary10100011101010010111011111011101000111110100011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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