Html Css Color HEX #346C7C Astral

📋 copy color: '#346C7C'

red 52 ◦ green 108 ◦ blue 124

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

Shades of Astral #346C7C

Tints of Astral #346C7C

RGB

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

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

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

R = 18.31%
G = 38.03%
B = 43.66%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#346C7C (or 0x346C7C) is known color: Astral. HEX triplet: 34, 6C and 7C. RGB value is (52,108,124). Sum of RGB (Red+Green+Blue) = 52+108+124=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #346C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C7C is #CB9383. Grayscale: #5C5C5C. Windows color (decimal): -13341572 or 8154164. OLE color: 8154164.

HSL color Cylindrical-coordinate representation of color #346C7C: hue angle of 193.33º 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 #346C7C is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 108 124 -
CMYK 0.58 0.13 0 0.51
HSL 193.33º 0.41% 0.35% -
HSV(B) 193.33º 0.58% 0.49% -
XYZ 10.42 12.91 21.01 -
YUV 93.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 52 108 124 0.58 0.13 0 0.51 193.33 0.41 0.35
Hex 34 6C 7C 3A D 0 33 C1 29 23
Octal 64 154 174 72 15 0 63 301 51 43
Binary 110100 1101100 1111100 111010 1101 0 110011 11000001 101001 100011

Color Harmonies of #346C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346C7C

Black with #346C7C

Text Example


Text Example

White with #346C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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