Html Css Color HEX #304041 Outer Space

📋 copy color: '#304041'

red 48 ◦ green 64 ◦ blue 65

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

Shades of Outer Space #304041

Tints of Outer Space #304041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.72%

R = 27.12%
G = 36.16%
B = 36.72%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#304041 (or 0x304041) is known color: Outer Space. HEX triplet: 30, 40 and 41. RGB value is (48,64,65). Sum of RGB (Red+Green+Blue) = 48+64+65=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: blue. Hex color #304041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304041 is #CFBFBE. Grayscale: #3B3B3B. Windows color (decimal): -13615039 or 4276272. OLE color: 4276272.

HSL color Cylindrical-coordinate representation of color #304041: hue angle of 183.53º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #304041 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 64 65 -
CMYK 0.26 0.02 0 0.75
HSL 183.53º 0.15% 0.22% -
HSV(B) 183.53º 0.26% 0.25% -
XYZ 4.01 4.68 5.69 -
YUV 59.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 48 64 65 0.26 0.02 0 0.75 183.53 0.15 0.22
Hex 30 40 41 1A 2 0 4B B8 F 16
Octal 60 100 101 32 2 0 113 270 17 26
Binary 110000 1000000 1000001 11010 10 0 1001011 10111000 1111 10110

Color Harmonies of #304041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304041

Black with #304041

Text Example


Text Example

White with #304041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304041; }

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

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

background-color css

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

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

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

border-color css

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

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

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