Html Css Color HEX #283B3C Outer Space

📋 copy color: '#283B3C'

red 40 ◦ green 59 ◦ blue 60

#283B3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outer Space #283B3C

Tints of Outer Space #283B3C

RGB

 RED value IS 40 (16.02% from 255) = 25.16%

 GREEN value IS 59 (23.44% from 255) = 37.11%

 BLUE value IS 60 (23.83% from 255) = 37.74%

R = 25.16%
G = 37.11%
B = 37.74%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#283B3C (or 0x283B3C) is known color: Outer Space. HEX triplet: 28, 3B and 3C. RGB value is (40,59,60). Sum of RGB (Red+Green+Blue) = 40+59+60=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 60 - color contains mainly: blue. Hex color #283B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283B3C is #D7C4C3. Grayscale: #353535. Windows color (decimal): -14140612 or 3947304. OLE color: 3947304.

HSL color Cylindrical-coordinate representation of color #283B3C: hue angle of 183º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #283B3C is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 40 59 60 -
CMYK 0.33 0.02 0 0.76
HSL 183º 0.2% 0.2% -
HSV(B) 183º 0.33% 0.24% -
XYZ 3.25 3.91 4.86 -
YUV 53.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 40 59 60 0.33 0.02 0 0.76 183 0.2 0.2
Hex 28 3B 3C 21 2 0 4C B7 14 14
Octal 50 73 74 41 2 0 114 267 24 24
Binary 101000 111011 111100 100001 10 0 1001100 10110111 10100 10100

Color Harmonies of #283B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283B3C

Black with #283B3C

Text Example


Text Example

White with #283B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #283B3C;
 }
 .AnyTagClassName
 {
   color: #283B3C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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