#283C3F

Color #283C3F Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #283C3F

Tints of Outer Space #283C3F

Color information

#283C3F (or 0x283C3F) is unknown color: approx Outer Space. HEX triplet: 28, 3C and 3F. RGB value is (40,60,63). Sum of RGB (Red+Green+Blue) = 40+60+63=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 63 - color contains mainly: blue. Hex color #283C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C3F is #D7C3C0. Grayscale: #363636. Windows color (decimal): -14140353 or 4144168. OLE color: 4144168.

HSL color Cylindrical-coordinate representation of color #283C3F: hue angle of 187.83º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #283C3F is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB406063-
CMYK0.370.0500.75
HSL187.83º22.33%20.2%-
HSV(B)187.83º36.51%24.71%-
XYZ3.394.045.3-
YUV54.36132.87117.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.54%
GREEN value IS 60 (23.83% from 255) = 36.81%
BLUE value IS 63 (25% from 255) = 38.65%
R=24.54%
G=36.81%
B=38.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4060630.370.0500.75187.8322.3320.2
Hex283C3F25504Bbc1614
Octal50747745501132742624
Binary10100011110011111110010110101001011101111001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,60,63); }

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

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

 a { background-color: rgb(40,60,63); }

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

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

 span { border-color: rgb(40,60,63); }

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