#304244

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

Shades of Outer Space #304244

Tints of Outer Space #304244

Color information

#304244 (or 0x304244) is unknown color: approx Outer Space. HEX triplet: 30, 42 and 44. RGB value is (48,66,68). Sum of RGB (Red+Green+Blue) = 48+66+68=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 68 - color contains mainly: blue. Hex color #304244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304244 is #CFBDBB. Grayscale: #3C3C3C. Windows color (decimal): -13614524 or 4473392. OLE color: 4473392.

HSL color Cylindrical-coordinate representation of color #304244: hue angle of 186º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #304244 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB486668-
CMYK0.290.0300.73
HSL186º17.24%22.75%-
HSV(B)186º29.41%26.67%-
XYZ4.214.946.2-
YUV60.85132.04118.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 68 (26.95% from 255) = 37.36%
R=26.37%
G=36.26%
B=37.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4866680.290.0300.7318617.2422.75
Hex3042441D3049ba1117
Octal6010210435301112722127
Binary11000010000101000100111011101001001101110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304244; }

 p { color: rgb(48,66,68); }

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

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

 a { background-color: rgb(48,66,68); }

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

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

 span { border-color: rgb(48,66,68); }

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