Html Css Color HEX #304144 Outer Space

📋 copy color: '#304144'

red 48 ◦ green 65 ◦ blue 68

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

Shades of Outer Space #304144

Tints of Outer Space #304144

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

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

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

RGB 48 65 68 -
CMYK 0.29 0.04 0 0.73
HSL 189º 0.17% 0.23% -
HSV(B) 189º 0.29% 0.27% -
XYZ 4.15 4.83 6.18 -
YUV 60.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 48 65 68 0.29 0.04 0 0.73 189 0.17 0.23
Hex 30 41 44 1D 4 0 49 BD 11 17
Octal 60 101 104 35 4 0 111 275 21 27
Binary 110000 1000001 1000100 11101 100 0 1001001 10111101 10001 10111

Color Harmonies of #304144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304144

Black with #304144

Text Example


Text Example

White with #304144

Text Example


Text Example

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