Html Css Color HEX #346C85 Astral

📋 copy color: '#346C85'

red 52 ◦ green 108 ◦ blue 133

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

Shades of Astral #346C85

Tints of Astral #346C85

RGB

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

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

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

R = 17.75%
G = 36.86%
B = 45.39%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#346C85 (or 0x346C85) is known color: Astral. HEX triplet: 34, 6C and 85. RGB value is (52,108,133). Sum of RGB (Red+Green+Blue) = 52+108+133=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #346C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346C85 is #CB937A. Grayscale: #5D5D5D. Windows color (decimal): -13341563 or 8743988. OLE color: 8743988.

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

Color convert

RGB 52 108 133 -
CMYK 0.61 0.19 0 0.48
HSL 198.52º 0.44% 0.36% -
HSV(B) 198.52º 0.61% 0.52% -
XYZ 11.01 13.15 24.15 -
YUV 94.11 149.95 97.97 -
System Red Green Blue C M Y K H S L
Decimal 52 108 133 0.61 0.19 0 0.48 198.52 0.44 0.36
Hex 34 6C 85 3D 13 0 30 C7 2C 24
Octal 64 154 205 75 23 0 60 307 54 44
Binary 110100 1101100 10000101 111101 10011 0 110000 11000111 101100 100100

Color Harmonies of #346C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346C85

Black with #346C85

Text Example


Text Example

White with #346C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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