Html Css Color HEX #346F8E Astral

📋 copy color: '#346F8E'

red 52 ◦ green 111 ◦ blue 142

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

Shades of Astral #346F8E

Tints of Astral #346F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.56%

R = 17.05%
G = 36.39%
B = 46.56%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#346F8E (or 0x346F8E) is known color: Astral. HEX triplet: 34, 6F and 8E. RGB value is (52,111,142). Sum of RGB (Red+Green+Blue) = 52+111+142=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #346F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346F8E is #CB9071. Grayscale: #606060. Windows color (decimal): -13340786 or 9334580. OLE color: 9334580.

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

Color convert

RGB 52 111 142 -
CMYK 0.63 0.22 0 0.44
HSL 200.67º 0.46% 0.38% -
HSV(B) 200.67º 0.63% 0.56% -
XYZ 11.98 14.05 27.67 -
YUV 96.89 153.45 95.98 -
System Red Green Blue C M Y K H S L
Decimal 52 111 142 0.63 0.22 0 0.44 200.67 0.46 0.38
Hex 34 6F 8E 3F 16 0 2C C9 2E 26
Octal 64 157 216 77 26 0 54 311 56 46
Binary 110100 1101111 10001110 111111 10110 0 101100 11001001 101110 100110

Color Harmonies of #346F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F8E

Black with #346F8E

Text Example


Text Example

White with #346F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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