#303E40

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

Shades of Outer Space #303E40

Tints of Outer Space #303E40

Color information

#303E40 (or 0x303E40) is unknown color: approx Outer Space. HEX triplet: 30, 3E and 40. RGB value is (48,62,64). Sum of RGB (Red+Green+Blue) = 48+62+64=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 64 - color contains mainly: blue. Hex color #303E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E40 is #CFC1BF. Grayscale: #3A3A3A. Windows color (decimal): -13615552 or 4210224. OLE color: 4210224.

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

Color convert

RGB486264-
CMYK0.250.0300.75
HSL187.5º14.29%21.96%-
HSV(B)187.5º25%25.1%-
XYZ3.874.445.5-
YUV58.04131.36120.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 62 (24.61% from 255) = 35.63%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=27.59%
G=35.63%
B=36.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4862640.250.0300.75187.514.2921.96
Hex303E4019304Bbce16
Octal607610031301132741626
Binary110000111110100000011001110100101110111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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