Html Css Color HEX #333E40 Outer Space

📋 copy color: '#333E40'

red 51 ◦ green 62 ◦ blue 64

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

Shades of Outer Space #333E40

Tints of Outer Space #333E40

RGB

 RED value IS 51 (20.31% from 255) = 28.81%

 GREEN value IS 62 (24.61% from 255) = 35.03%

 BLUE value IS 64 (25.39% from 255) = 36.16%

R = 28.81%
G = 35.03%
B = 36.16%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#333E40 (or 0x333E40) is known color: Outer Space. HEX triplet: 33, 3E and 40. RGB value is (51,62,64). Sum of RGB (Red+Green+Blue) = 51+62+64=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 64 - color contains mainly: blue. Hex color #333E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333E40 is #CCC1BF. Grayscale: #3A3A3A. Windows color (decimal): -13418944 or 4210227. OLE color: 4210227.

HSL color Cylindrical-coordinate representation of color #333E40: hue angle of 189.23º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #333E40 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 62 64 -
CMYK 0.20 0.03 0 0.75
HSL 189.23º 0.11% 0.23% -
HSV(B) 189.23º 0.2% 0.25% -
XYZ 4.01 4.52 5.51 -
YUV 58.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 51 62 64 0.20 0.03 0 0.75 189.23 0.11 0.23
Hex 33 3E 40 14 3 0 4B BD B 17
Octal 63 76 100 24 3 0 113 275 13 27
Binary 110011 111110 1000000 10100 11 0 1001011 10111101 1011 10111

Color Harmonies of #333E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333E40

Black with #333E40

Text Example


Text Example

White with #333E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333E40; }

 p { color: rgb(51,62,64); }

 H1.HeaderClassName
 {
   color: #333E40;
 }
 .AnyTagClassName
 {
   color: #333E40;
 }
</style>

background-color css

<style>
 a { background-color: #333E40; }

 a { background-color: rgb(51,62,64); }

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

border-color css

<style>
 span { border-color: #333E40; }

 span { border-color: rgb(51,62,64); }

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