Html Css Color HEX #283D42 Outer Space

📋 copy color: '#283D42'

red 40 ◦ green 61 ◦ blue 66

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

Shades of Outer Space #283D42

Tints of Outer Space #283D42

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.53%

 BLUE value IS 66 (26.17% from 255) = 39.52%

R = 23.95%
G = 36.53%
B = 39.52%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#283D42 (or 0x283D42) is known color: Outer Space. HEX triplet: 28, 3D and 42. RGB value is (40,61,66). Sum of RGB (Red+Green+Blue) = 40+61+66=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 66 - color contains mainly: blue. Hex color #283D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283D42 is #D7C2BD. Grayscale: #373737. Windows color (decimal): -14140094 or 4341032. OLE color: 4341032.

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

Color convert

RGB 40 61 66 -
CMYK 0.39 0.08 0 0.74
HSL 191.54º 0.25% 0.21% -
HSV(B) 191.54º 0.39% 0.26% -
XYZ 3.53 4.18 5.78 -
YUV 55.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 40 61 66 0.39 0.08 0 0.74 191.54 0.25 0.21
Hex 28 3D 42 27 8 0 4A C0 19 15
Octal 50 75 102 47 10 0 112 300 31 25
Binary 101000 111101 1000010 100111 1000 0 1001010 11000000 11001 10101

Color Harmonies of #283D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283D42

Black with #283D42

Text Example


Text Example

White with #283D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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