Html Css Color HEX #346B84 Astral

📋 copy color: '#346B84'

red 52 ◦ green 107 ◦ blue 132

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

Shades of Astral #346B84

Tints of Astral #346B84

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.77%

 BLUE value IS 132 (51.95% from 255) = 45.36%

R = 17.87%
G = 36.77%
B = 45.36%

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

#346B84 (or 0x346B84) is known color: Astral. HEX triplet: 34, 6B and 84. RGB value is (52,107,132). Sum of RGB (Red+Green+Blue) = 52+107+132=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #346B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346B84 is #CB947B. Grayscale: #5D5D5D. Windows color (decimal): -13341820 or 8678196. OLE color: 8678196.

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

Color convert

RGB 52 107 132 -
CMYK 0.61 0.19 0 0.48
HSL 198.75º 0.43% 0.36% -
HSV(B) 198.75º 0.61% 0.52% -
XYZ 10.84 12.91 23.75 -
YUV 93.41 149.78 98.47 -
System Red Green Blue C M Y K H S L
Decimal 52 107 132 0.61 0.19 0 0.48 198.75 0.43 0.36
Hex 34 6B 84 3D 13 0 30 C7 2B 24
Octal 64 153 204 75 23 0 60 307 53 44
Binary 110100 1101011 10000100 111101 10011 0 110000 11000111 101011 100100

Color Harmonies of #346B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346B84

Black with #346B84

Text Example


Text Example

White with #346B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,107,132); }

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

background-color css

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

 a { background-color: rgb(52,107,132); }

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

border-color css

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

 span { border-color: rgb(52,107,132); }

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