Html Css Color HEX #346A7F Astral

📋 copy color: '#346A7F'

red 52 ◦ green 106 ◦ blue 127

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

Shades of Astral #346A7F

Tints of Astral #346A7F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.19%

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

R = 18.25%
G = 37.19%
B = 44.56%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#346A7F (or 0x346A7F) is known color: Astral. HEX triplet: 34, 6A and 7F. RGB value is (52,106,127). Sum of RGB (Red+Green+Blue) = 52+106+127=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #346A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346A7F is #CB9580. Grayscale: #5C5C5C. Windows color (decimal): -13342081 or 8350260. OLE color: 8350260.

HSL color Cylindrical-coordinate representation of color #346A7F: hue angle of 196.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 #346A7F is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 106 127 -
CMYK 0.59 0.17 0 0.50
HSL 196.8º 0.42% 0.35% -
HSV(B) 196.8º 0.59% 0.5% -
XYZ 10.4 12.57 21.96 -
YUV 92.25 147.61 99.29 -
System Red Green Blue C M Y K H S L
Decimal 52 106 127 0.59 0.17 0 0.50 196.8 0.42 0.35
Hex 34 6A 7F 3B 11 0 32 C5 2A 23
Octal 64 152 177 73 21 0 62 305 52 43
Binary 110100 1101010 1111111 111011 10001 0 110010 11000101 101010 100011

Color Harmonies of #346A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346A7F

Black with #346A7F

Text Example


Text Example

White with #346A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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