Html Css Color HEX #346F82 Astral

📋 copy color: '#346F82'

red 52 ◦ green 111 ◦ blue 130

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

Shades of Astral #346F82

Tints of Astral #346F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.37%

R = 17.75%
G = 37.88%
B = 44.37%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#346F82 (or 0x346F82) is known color: Astral. HEX triplet: 34, 6F and 82. RGB value is (52,111,130). Sum of RGB (Red+Green+Blue) = 52+111+130=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #346F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346F82 is #CB907D. Grayscale: #5F5F5F. Windows color (decimal): -13340798 or 8548148. OLE color: 8548148.

HSL color Cylindrical-coordinate representation of color #346F82: hue angle of 194.62º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346F82 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 111 130 -
CMYK 0.60 0.15 0 0.49
HSL 194.62º 0.43% 0.36% -
HSV(B) 194.62º 0.6% 0.51% -
XYZ 11.13 13.71 23.18 -
YUV 95.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 52 111 130 0.60 0.15 0 0.49 194.62 0.43 0.36
Hex 34 6F 82 3C F 0 31 C3 2B 24
Octal 64 157 202 74 17 0 61 303 53 44
Binary 110100 1101111 10000010 111100 1111 0 110001 11000011 101011 100100

Color Harmonies of #346F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F82

Black with #346F82

Text Example


Text Example

White with #346F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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