Html Css Color HEX #346F93 Astral

📋 copy color: '#346F93'

red 52 ◦ green 111 ◦ blue 147

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

Shades of Astral #346F93

Tints of Astral #346F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.42%

R = 16.77%
G = 35.81%
B = 47.42%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#346F93 (or 0x346F93) is known color: Astral. HEX triplet: 34, 6F and 93. RGB value is (52,111,147). Sum of RGB (Red+Green+Blue) = 52+111+147=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #346F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346F93 is #CB906C. Grayscale: #616161. Windows color (decimal): -13340781 or 9662260. OLE color: 9662260.

HSL color Cylindrical-coordinate representation of color #346F93: hue angle of 202.74º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #346F93 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 111 147 -
CMYK 0.65 0.24 0 0.42
HSL 202.74º 0.48% 0.39% -
HSV(B) 202.74º 0.65% 0.58% -
XYZ 12.37 14.21 29.69 -
YUV 97.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 52 111 147 0.65 0.24 0 0.42 202.74 0.48 0.39
Hex 34 6F 93 41 18 0 2A CB 30 27
Octal 64 157 223 101 30 0 52 313 60 47
Binary 110100 1101111 10010011 1000001 11000 0 101010 11001011 110000 100111

Color Harmonies of #346F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F93

Black with #346F93

Text Example


Text Example

White with #346F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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