Html Css Color HEX #346B7B Astral

📋 copy color: '#346B7B'

red 52 ◦ green 107 ◦ blue 123

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

Shades of Astral #346B7B

Tints of Astral #346B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.62%

R = 18.44%
G = 37.94%
B = 43.62%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#346B7B (or 0x346B7B) is known color: Astral. HEX triplet: 34, 6B and 7B. RGB value is (52,107,123). Sum of RGB (Red+Green+Blue) = 52+107+123=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #346B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346B7B is #CB9484. Grayscale: #5C5C5C. Windows color (decimal): -13341829 or 8088372. OLE color: 8088372.

HSL color Cylindrical-coordinate representation of color #346B7B: hue angle of 193.52º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #346B7B is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 107 123 -
CMYK 0.58 0.13 0 0.52
HSL 193.52º 0.41% 0.34% -
HSV(B) 193.52º 0.58% 0.48% -
XYZ 10.25 12.68 20.65 -
YUV 92.38 145.28 99.2 -
System Red Green Blue C M Y K H S L
Decimal 52 107 123 0.58 0.13 0 0.52 193.52 0.41 0.34
Hex 34 6B 7B 3A D 0 34 C2 29 22
Octal 64 153 173 72 15 0 64 302 51 42
Binary 110100 1101011 1111011 111010 1101 0 110100 11000010 101001 100010

Color Harmonies of #346B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346B7B

Black with #346B7B

Text Example


Text Example

White with #346B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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