Html Css Color HEX #34748E Astral

📋 copy color: '#34748E'

red 52 ◦ green 116 ◦ blue 142

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

Shades of Astral #34748E

Tints of Astral #34748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

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

R = 16.77%
G = 37.42%
B = 45.81%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#34748E (or 0x34748E) is known color: Astral. HEX triplet: 34, 74 and 8E. RGB value is (52,116,142). Sum of RGB (Red+Green+Blue) = 52+116+142=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #34748E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34748E is #CB8B71. Grayscale: #636363. Windows color (decimal): -13339506 or 9335860. OLE color: 9335860.

HSL color Cylindrical-coordinate representation of color #34748E: hue angle of 197.33º 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 #34748E is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 116 142 -
CMYK 0.63 0.18 0 0.44
HSL 197.33º 0.46% 0.38% -
HSV(B) 197.33º 0.63% 0.56% -
XYZ 12.54 15.17 27.86 -
YUV 99.83 151.8 93.89 -
System Red Green Blue C M Y K H S L
Decimal 52 116 142 0.63 0.18 0 0.44 197.33 0.46 0.38
Hex 34 74 8E 3F 12 0 2C C5 2E 26
Octal 64 164 216 77 22 0 54 305 56 46
Binary 110100 1110100 10001110 111111 10010 0 101100 11000101 101110 100110

Color Harmonies of #34748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34748E

Black with #34748E

Text Example


Text Example

White with #34748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34748E; }

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

 H1.HeaderClassName
 {
   color: #34748E;
 }
 .AnyTagClassName
 {
   color: #34748E;
 }
</style>

background-color css

<style>
 a { background-color: #34748E; }

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

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

border-color css

<style>
 span { border-color: #34748E; }

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

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