Html Css Color HEX #346D85 Astral

📋 copy color: '#346D85'

red 52 ◦ green 109 ◦ blue 133

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

Shades of Astral #346D85

Tints of Astral #346D85

RGB

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

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

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

R = 17.69%
G = 37.07%
B = 45.24%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#346D85 (or 0x346D85) is known color: Astral. HEX triplet: 34, 6D and 85. RGB value is (52,109,133). Sum of RGB (Red+Green+Blue) = 52+109+133=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #346D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346D85 is #CB927A. Grayscale: #5E5E5E. Windows color (decimal): -13341307 or 8744244. OLE color: 8744244.

HSL color Cylindrical-coordinate representation of color #346D85: hue angle of 197.78º 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 #346D85 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 109 133 -
CMYK 0.61 0.18 0 0.48
HSL 197.78º 0.44% 0.36% -
HSV(B) 197.78º 0.61% 0.52% -
XYZ 11.12 13.36 24.18 -
YUV 94.69 149.62 97.55 -
System Red Green Blue C M Y K H S L
Decimal 52 109 133 0.61 0.18 0 0.48 197.78 0.44 0.36
Hex 34 6D 85 3D 12 0 30 C6 2C 24
Octal 64 155 205 75 22 0 60 306 54 44
Binary 110100 1101101 10000101 111101 10010 0 110000 11000110 101100 100100

Color Harmonies of #346D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346D85

Black with #346D85

Text Example


Text Example

White with #346D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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