#283C41

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

Shades of Outer Space #283C41

Tints of Outer Space #283C41

Color information

#283C41 (or 0x283C41) is unknown color: approx Outer Space. HEX triplet: 28, 3C and 41. RGB value is (40,60,65). Sum of RGB (Red+Green+Blue) = 40+60+65=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #283C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C41 is #D7C3BE. Grayscale: #363636. Windows color (decimal): -14140351 or 4275240. OLE color: 4275240.

HSL color Cylindrical-coordinate representation of color #283C41: hue angle of 192º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #283C41 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB406065-
CMYK0.380.0800.75
HSL192º23.81%20.59%-
HSV(B)192º38.46%25.49%-
XYZ3.454.065.6-
YUV54.59133.87117.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 60 (23.83% from 255) = 36.36%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=24.24%
G=36.36%
B=39.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4060650.380.0800.7519223.8120.59
Hex283C4126804Bc01815
Octal5074101461001133003025
Binary1010001111001000001100110100001001011110000001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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