Html Css Color HEX #283C3F Outer Space

📋 copy color: '#283C3F'

red 40 ◦ green 60 ◦ blue 63

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

Shades of Outer Space #283C3F

Tints of Outer Space #283C3F

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 value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#283C3F (or 0x283C3F) is known color: 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

RGB 40 60 63 -
CMYK 0.37 0.05 0 0.75
HSL 187.83º 0.22% 0.2% -
HSV(B) 187.83º 0.37% 0.25% -
XYZ 3.39 4.04 5.3 -
YUV 54.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 40 60 63 0.37 0.05 0 0.75 187.83 0.22 0.2
Hex 28 3C 3F 25 5 0 4B BC 16 14
Octal 50 74 77 45 5 0 113 274 26 24
Binary 101000 111100 111111 100101 101 0 1001011 10111100 10110 10100

Color Harmonies of #283C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C3F

Black with #283C3F

Text Example


Text Example

White with #283C3F

Text Example


Text Example

HTML Codes & Css Web 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>