#283B4A

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

Shades of Nile Blue #283B4A

Tints of Nile Blue #283B4A

Color information

#283B4A (or 0x283B4A) is unknown color: approx Nile Blue. HEX triplet: 28, 3B and 4A. RGB value is (40,59,74). Sum of RGB (Red+Green+Blue) = 40+59+74=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 74 - color contains mainly: blue. Hex color #283B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283B4A is #D7C4B5. Grayscale: #363636. Windows color (decimal): -14140598 or 4864808. OLE color: 4864808.

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

Color convert

RGB405974-
CMYK0.460.2000.71
HSL206.47º29.82%22.35%-
HSV(B)206.47º45.95%29.02%-
XYZ3.684.077.07-
YUV55.03138.71117.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.12%
GREEN value IS 59 (23.44% from 255) = 34.10%
BLUE value IS 74 (29.30% from 255) = 42.77%
R=23.12%
G=34.10%
B=42.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4059740.460.2000.71206.4729.8222.35
Hex283B4A2E14047ce1e16
Octal5073112562401073163626
Binary10100011101110010101011101010001000111110011101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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