Html Css Color HEX #304345 Outer Space

📋 copy color: '#304345'

red 48 ◦ green 67 ◦ blue 69

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

Shades of Outer Space #304345

Tints of Outer Space #304345

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.41%

 BLUE value IS 69 (27.34% from 255) = 37.5%

R = 26.09%
G = 36.41%
B = 37.5%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#304345 (or 0x304345) is known color: Outer Space. HEX triplet: 30, 43 and 45. RGB value is (48,67,69). Sum of RGB (Red+Green+Blue) = 48+67+69=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 69 - color contains mainly: blue. Hex color #304345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304345 is #CFBCBA. Grayscale: #3D3D3D. Windows color (decimal): -13614267 or 4539184. OLE color: 4539184.

HSL color Cylindrical-coordinate representation of color #304345: hue angle of 185.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #304345 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 67 69 -
CMYK 0.30 0.03 0 0.73
HSL 185.71º 0.18% 0.23% -
HSV(B) 185.71º 0.3% 0.27% -
XYZ 4.3 5.07 6.38 -
YUV 61.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 48 67 69 0.30 0.03 0 0.73 185.71 0.18 0.23
Hex 30 43 45 1E 3 0 49 BA 12 17
Octal 60 103 105 36 3 0 111 272 22 27
Binary 110000 1000011 1000101 11110 11 0 1001001 10111010 10010 10111

Color Harmonies of #304345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304345

Black with #304345

Text Example


Text Example

White with #304345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304345; }

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

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

background-color css

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

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

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

border-color css

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

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

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