#304144

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

Shades of Outer Space #304144

Tints of Outer Space #304144

Color information

#304144 (or 0x304144) is unknown color: approx Outer Space. HEX triplet: 30, 41 and 44. RGB value is (48,65,68). Sum of RGB (Red+Green+Blue) = 48+65+68=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 68 - color contains mainly: blue. Hex color #304144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304144 is #CFBEBB. Grayscale: #3C3C3C. Windows color (decimal): -13614780 or 4473136. OLE color: 4473136.

HSL color Cylindrical-coordinate representation of color #304144: hue angle of 189º 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 #304144 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB486568-
CMYK0.290.0400.73
HSL189º17.24%22.75%-
HSV(B)189º29.41%26.67%-
XYZ4.154.836.18-
YUV60.26132.37119.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 68 (26.95% from 255) = 37.57%
R=26.52%
G=35.91%
B=37.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4865680.290.0400.7318917.2422.75
Hex3041441D4049bd1117
Octal6010110435401112752127
Binary110000100000110001001110110001001001101111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304144; }

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

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

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

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

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

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

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

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