Html Css Color HEX #346A8C Astral

📋 copy color: '#346A8C'

red 52 ◦ green 106 ◦ blue 140

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

Shades of Astral #346A8C

Tints of Astral #346A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.98%

R = 17.45%
G = 35.57%
B = 46.98%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#346A8C (or 0x346A8C) is known color: Astral. HEX triplet: 34, 6A and 8C. RGB value is (52,106,140). Sum of RGB (Red+Green+Blue) = 52+106+140=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #346A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346A8C is #CB9573. Grayscale: #5D5D5D. Windows color (decimal): -13342068 or 9202228. OLE color: 9202228.

HSL color Cylindrical-coordinate representation of color #346A8C: hue angle of 203.18º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #346A8C is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 106 140 -
CMYK 0.63 0.24 0 0.45
HSL 203.18º 0.46% 0.38% -
HSV(B) 203.18º 0.63% 0.55% -
XYZ 11.3 12.93 26.71 -
YUV 93.73 154.11 98.24 -
System Red Green Blue C M Y K H S L
Decimal 52 106 140 0.63 0.24 0 0.45 203.18 0.46 0.38
Hex 34 6A 8C 3F 18 0 2D CB 2E 26
Octal 64 152 214 77 30 0 55 313 56 46
Binary 110100 1101010 10001100 111111 11000 0 101101 11001011 101110 100110

Color Harmonies of #346A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346A8C

Black with #346A8C

Text Example


Text Example

White with #346A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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