Html Css Color HEX #346A81 Astral

📋 copy color: '#346A81'

red 52 ◦ green 106 ◦ blue 129

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

Shades of Astral #346A81

Tints of Astral #346A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.95%

R = 18.12%
G = 36.93%
B = 44.95%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#346A81 (or 0x346A81) is known color: Astral. HEX triplet: 34, 6A and 81. RGB value is (52,106,129). Sum of RGB (Red+Green+Blue) = 52+106+129=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #346A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346A81 is #CB957E. Grayscale: #5C5C5C. Windows color (decimal): -13342079 or 8481332. OLE color: 8481332.

HSL color Cylindrical-coordinate representation of color #346A81: hue angle of 197.92º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346A81 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 106 129 -
CMYK 0.60 0.18 0 0.49
HSL 197.92º 0.43% 0.35% -
HSV(B) 197.92º 0.6% 0.51% -
XYZ 10.53 12.62 22.65 -
YUV 92.48 148.61 99.13 -
System Red Green Blue C M Y K H S L
Decimal 52 106 129 0.60 0.18 0 0.49 197.92 0.43 0.35
Hex 34 6A 81 3C 12 0 31 C6 2B 23
Octal 64 152 201 74 22 0 61 306 53 43
Binary 110100 1101010 10000001 111100 10010 0 110001 11000110 101011 100011

Color Harmonies of #346A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346A81

Black with #346A81

Text Example


Text Example

White with #346A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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