Html Css Color HEX #346D7C Astral

📋 copy color: '#346D7C'

red 52 ◦ green 109 ◦ blue 124

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

Shades of Astral #346D7C

Tints of Astral #346D7C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.25%

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 18.25%
G = 38.25%
B = 43.51%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#346D7C (or 0x346D7C) is known color: Astral. HEX triplet: 34, 6D and 7C. RGB value is (52,109,124). Sum of RGB (Red+Green+Blue) = 52+109+124=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #346D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346D7C is #CB9283. Grayscale: #5D5D5D. Windows color (decimal): -13341316 or 8154420. OLE color: 8154420.

HSL color Cylindrical-coordinate representation of color #346D7C: hue angle of 192.5º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #346D7C is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 109 124 -
CMYK 0.58 0.12 0 0.51
HSL 192.5º 0.41% 0.35% -
HSV(B) 192.5º 0.58% 0.49% -
XYZ 10.52 13.12 21.05 -
YUV 93.67 145.12 98.28 -
System Red Green Blue C M Y K H S L
Decimal 52 109 124 0.58 0.12 0 0.51 192.5 0.41 0.35
Hex 34 6D 7C 3A C 0 33 C0 29 23
Octal 64 155 174 72 14 0 63 300 51 43
Binary 110100 1101101 1111100 111010 1100 0 110011 11000000 101001 100011

Color Harmonies of #346D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346D7C

Black with #346D7C

Text Example


Text Example

White with #346D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,109,124); }

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

background-color css

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

 a { background-color: rgb(52,109,124); }

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

border-color css

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

 span { border-color: rgb(52,109,124); }

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