Html Css Color HEX #346F84 Astral

📋 copy color: '#346F84'

red 52 ◦ green 111 ◦ blue 132

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

Shades of Astral #346F84

Tints of Astral #346F84

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.63%

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

R = 17.63%
G = 37.63%
B = 44.75%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#346F84 (or 0x346F84) is known color: Astral. HEX triplet: 34, 6F and 84. RGB value is (52,111,132). Sum of RGB (Red+Green+Blue) = 52+111+132=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #346F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346F84 is #CB907B. Grayscale: #5F5F5F. Windows color (decimal): -13340796 or 8679220. OLE color: 8679220.

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

Color convert

RGB 52 111 132 -
CMYK 0.61 0.16 0 0.48
HSL 195.75º 0.43% 0.36% -
HSV(B) 195.75º 0.61% 0.52% -
XYZ 11.27 13.76 23.89 -
YUV 95.75 148.45 96.79 -
System Red Green Blue C M Y K H S L
Decimal 52 111 132 0.61 0.16 0 0.48 195.75 0.43 0.36
Hex 34 6F 84 3D 10 0 30 C4 2B 24
Octal 64 157 204 75 20 0 60 304 53 44
Binary 110100 1101111 10000100 111101 10000 0 110000 11000100 101011 100100

Color Harmonies of #346F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F84

Black with #346F84

Text Example


Text Example

White with #346F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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