Html Css Color HEX #304043 Outer Space

📋 copy color: '#304043'

red 48 ◦ green 64 ◦ blue 67

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

Shades of Outer Space #304043

Tints of Outer Space #304043

RGB

 RED value IS 48 (19.14% from 255) = 26.82%

 GREEN value IS 64 (25.39% from 255) = 35.75%

 BLUE value IS 67 (26.56% from 255) = 37.43%

R = 26.82%
G = 35.75%
B = 37.43%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#304043 (or 0x304043) is known color: Outer Space. HEX triplet: 30, 40 and 43. RGB value is (48,64,67). Sum of RGB (Red+Green+Blue) = 48+64+67=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 67 - color contains mainly: blue. Hex color #304043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304043 is #CFBFBC. Grayscale: #3B3B3B. Windows color (decimal): -13615037 or 4407344. OLE color: 4407344.

HSL color Cylindrical-coordinate representation of color #304043: hue angle of 189.47º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #304043 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 64 67 -
CMYK 0.28 0.04 0 0.74
HSL 189.47º 0.17% 0.23% -
HSV(B) 189.47º 0.28% 0.26% -
XYZ 4.07 4.7 6 -
YUV 59.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 48 64 67 0.28 0.04 0 0.74 189.47 0.17 0.23
Hex 30 40 43 1C 4 0 4A BD 11 17
Octal 60 100 103 34 4 0 112 275 21 27
Binary 110000 1000000 1000011 11100 100 0 1001010 10111101 10001 10111

Color Harmonies of #304043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304043

Black with #304043

Text Example


Text Example

White with #304043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304043; }

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

 H1.HeaderClassName
 {
   color: #304043;
 }
 .AnyTagClassName
 {
   color: #304043;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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