Html Css Color HEX #346E85 Astral

📋 copy color: '#346E85'

red 52 ◦ green 110 ◦ blue 133

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

Shades of Astral #346E85

Tints of Astral #346E85

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.29%

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 17.63%
G = 37.29%
B = 45.08%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#346E85 (or 0x346E85) is known color: Astral. HEX triplet: 34, 6E and 85. RGB value is (52,110,133). Sum of RGB (Red+Green+Blue) = 52+110+133=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #346E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346E85 is #CB917A. Grayscale: #5F5F5F. Windows color (decimal): -13341051 or 8744500. OLE color: 8744500.

HSL color Cylindrical-coordinate representation of color #346E85: hue angle of 197.04º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346E85 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 110 133 -
CMYK 0.61 0.17 0 0.48
HSL 197.04º 0.44% 0.36% -
HSV(B) 197.04º 0.61% 0.52% -
XYZ 11.23 13.58 24.22 -
YUV 95.28 149.28 97.13 -
System Red Green Blue C M Y K H S L
Decimal 52 110 133 0.61 0.17 0 0.48 197.04 0.44 0.36
Hex 34 6E 85 3D 11 0 30 C5 2C 24
Octal 64 156 205 75 21 0 60 305 54 44
Binary 110100 1101110 10000101 111101 10001 0 110000 11000101 101100 100100

Color Harmonies of #346E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346E85

Black with #346E85

Text Example


Text Example

White with #346E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,110,133); }

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

background-color css

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

 a { background-color: rgb(52,110,133); }

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

border-color css

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

 span { border-color: rgb(52,110,133); }

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