Html Css Color HEX #346C79 Astral

📋 copy color: '#346C79'

red 52 ◦ green 108 ◦ blue 121

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

Shades of Astral #346C79

Tints of Astral #346C79

RGB

 RED value IS 52 (20.7% from 255) = 18.51%

 GREEN value IS 108 (42.58% from 255) = 38.43%

 BLUE value IS 121 (47.66% from 255) = 43.06%

R = 18.51%
G = 38.43%
B = 43.06%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#346C79 (or 0x346C79) is known color: Astral. HEX triplet: 34, 6C and 79. RGB value is (52,108,121). Sum of RGB (Red+Green+Blue) = 52+108+121=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 121 - color contains mainly: blue. Hex color #346C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C79 is #CB9386. Grayscale: #5C5C5C. Windows color (decimal): -13341575 or 7957556. OLE color: 7957556.

HSL color Cylindrical-coordinate representation of color #346C79: hue angle of 191.3º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #346C79 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 108 121 -
CMYK 0.57 0.11 0 0.53
HSL 191.3º 0.4% 0.34% -
HSV(B) 191.3º 0.57% 0.47% -
XYZ 10.23 12.84 20.03 -
YUV 92.74 143.95 98.94 -
System Red Green Blue C M Y K H S L
Decimal 52 108 121 0.57 0.11 0 0.53 191.3 0.4 0.34
Hex 34 6C 79 39 B 0 35 BF 28 22
Octal 64 154 171 71 13 0 65 277 50 42
Binary 110100 1101100 1111001 111001 1011 0 110101 10111111 101000 100010

Color Harmonies of #346C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346C79

Black with #346C79

Text Example


Text Example

White with #346C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346C79; }

 p { color: rgb(52,108,121); }

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

background-color css

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

 a { background-color: rgb(52,108,121); }

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

border-color css

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

 span { border-color: rgb(52,108,121); }

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