Html Css Color HEX #346F7F Astral

📋 copy color: '#346F7F'

red 52 ◦ green 111 ◦ blue 127

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

Shades of Astral #346F7F

Tints of Astral #346F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.79%

R = 17.93%
G = 38.28%
B = 43.79%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#346F7F (or 0x346F7F) is known color: Astral. HEX triplet: 34, 6F and 7F. RGB value is (52,111,127). Sum of RGB (Red+Green+Blue) = 52+111+127=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #346F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F7F is #CB9080. Grayscale: #5F5F5F. Windows color (decimal): -13340801 or 8351540. OLE color: 8351540.

HSL color Cylindrical-coordinate representation of color #346F7F: hue angle of 192.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #346F7F is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 111 127 -
CMYK 0.59 0.13 0 0.50
HSL 192.8º 0.42% 0.35% -
HSV(B) 192.8º 0.59% 0.5% -
XYZ 10.93 13.63 22.13 -
YUV 95.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 52 111 127 0.59 0.13 0 0.50 192.8 0.42 0.35
Hex 34 6F 7F 3B D 0 32 C1 2A 23
Octal 64 157 177 73 15 0 62 301 52 43
Binary 110100 1101111 1111111 111011 1101 0 110010 11000001 101010 100011

Color Harmonies of #346F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F7F

Black with #346F7F

Text Example


Text Example

White with #346F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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