#283E3F

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

Shades of Outer Space #283E3F

Tints of Outer Space #283E3F

Color information

#283E3F (or 0x283E3F) is unknown color: approx Outer Space. HEX triplet: 28, 3E and 3F. RGB value is (40,62,63). Sum of RGB (Red+Green+Blue) = 40+62+63=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 63 - color contains mainly: blue. Hex color #283E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283E3F is #D7C1C0. Grayscale: #373737. Windows color (decimal): -14139841 or 4144680. OLE color: 4144680.

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

Color convert

RGB406263-
CMYK0.370.0200.75
HSL182.61º22.33%20.2%-
HSV(B)182.61º36.51%24.71%-
XYZ3.494.265.34-
YUV55.54132.21116.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 62 (24.61% from 255) = 37.58%
BLUE value IS 63 (25% from 255) = 38.18%
R=24.24%
G=37.58%
B=38.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4062630.370.0200.75182.6122.3320.2
Hex283E3F25204Bb71614
Octal50767745201132672624
Binary1010001111101111111001011001001011101101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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