#283D3F

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

Shades of Outer Space #283D3F

Tints of Outer Space #283D3F

Color information

#283D3F (or 0x283D3F) is unknown color: approx Outer Space. HEX triplet: 28, 3D and 3F. RGB value is (40,61,63). Sum of RGB (Red+Green+Blue) = 40+61+63=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 63 - color contains mainly: blue. Hex color #283D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283D3F is #D7C2C0. Grayscale: #363636. Windows color (decimal): -14140097 or 4144424. OLE color: 4144424.

HSL color Cylindrical-coordinate representation of color #283D3F: hue angle of 185.22º 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 #283D3F is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB406163-
CMYK0.370.0300.75
HSL185.22º22.33%20.2%-
HSV(B)185.22º36.51%24.71%-
XYZ3.444.155.32-
YUV54.95132.54117.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.39%
GREEN value IS 61 (24.22% from 255) = 37.20%
BLUE value IS 63 (25% from 255) = 38.41%
R=24.39%
G=37.20%
B=38.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4061630.370.0300.75185.2222.3320.2
Hex283D3F25304Bb91614
Octal50757745301132712624
Binary1010001111011111111001011101001011101110011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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