Html Css Color HEX #304244 Outer Space

📋 copy color: '#304244'

red 48 ◦ green 66 ◦ blue 68

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

Shades of Outer Space #304244

Tints of Outer Space #304244

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 value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#304244 (or 0x304244) is known color: 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

RGB 48 66 68 -
CMYK 0.29 0.03 0 0.73
HSL 186º 0.17% 0.23% -
HSV(B) 186º 0.29% 0.27% -
XYZ 4.21 4.94 6.2 -
YUV 60.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 48 66 68 0.29 0.03 0 0.73 186 0.17 0.23
Hex 30 42 44 1D 3 0 49 BA 11 17
Octal 60 102 104 35 3 0 111 272 21 27
Binary 110000 1000010 1000100 11101 11 0 1001001 10111010 10001 10111

Color Harmonies of #304244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304244

Black with #304244

Text Example


Text Example

White with #304244

Text Example


Text Example

HTML Codes & Css Web 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>