Html Css Color HEX #346C8C Astral

📋 copy color: '#346C8C'

red 52 ◦ green 108 ◦ blue 140

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

Shades of Astral #346C8C

Tints of Astral #346C8C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36%

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

R = 17.33%
G = 36%
B = 46.67%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#346C8C (or 0x346C8C) is known color: Astral. HEX triplet: 34, 6C and 8C. RGB value is (52,108,140). Sum of RGB (Red+Green+Blue) = 52+108+140=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #346C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346C8C is #CB9373. Grayscale: #5E5E5E. Windows color (decimal): -13341556 or 9202740. OLE color: 9202740.

HSL color Cylindrical-coordinate representation of color #346C8C: hue angle of 201.82º 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 #346C8C is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 108 140 -
CMYK 0.63 0.23 0 0.45
HSL 201.82º 0.46% 0.38% -
HSV(B) 201.82º 0.63% 0.55% -
XYZ 11.51 13.35 26.78 -
YUV 94.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 52 108 140 0.63 0.23 0 0.45 201.82 0.46 0.38
Hex 34 6C 8C 3F 17 0 2D CA 2E 26
Octal 64 154 214 77 27 0 55 312 56 46
Binary 110100 1101100 10001100 111111 10111 0 101101 11001010 101110 100110

Color Harmonies of #346C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346C8C

Black with #346C8C

Text Example


Text Example

White with #346C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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