Html Css Color HEX #346A89 Astral

📋 copy color: '#346A89'

red 52 ◦ green 106 ◦ blue 137

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

Shades of Astral #346A89

Tints of Astral #346A89

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.93%

 BLUE value IS 137 (53.91% from 255) = 46.44%

R = 17.63%
G = 35.93%
B = 46.44%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#346A89 (or 0x346A89) is known color: Astral. HEX triplet: 34, 6A and 89. RGB value is (52,106,137). Sum of RGB (Red+Green+Blue) = 52+106+137=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #346A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346A89 is #CB9576. Grayscale: #5D5D5D. Windows color (decimal): -13342071 or 9005620. OLE color: 9005620.

HSL color Cylindrical-coordinate representation of color #346A89: hue angle of 201.88º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #346A89 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 106 137 -
CMYK 0.62 0.23 0 0.46
HSL 201.88º 0.45% 0.37% -
HSV(B) 201.88º 0.62% 0.54% -
XYZ 11.09 12.84 25.56 -
YUV 93.39 152.61 98.48 -
System Red Green Blue C M Y K H S L
Decimal 52 106 137 0.62 0.23 0 0.46 201.88 0.45 0.37
Hex 34 6A 89 3E 17 0 2E CA 2D 25
Octal 64 152 211 76 27 0 56 312 55 45
Binary 110100 1101010 10001001 111110 10111 0 101110 11001010 101101 100101

Color Harmonies of #346A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346A89

Black with #346A89

Text Example


Text Example

White with #346A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,106,137); }

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

background-color css

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

 a { background-color: rgb(52,106,137); }

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

border-color css

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

 span { border-color: rgb(52,106,137); }

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