Html Css Color HEX #34748F Astral

📋 copy color: '#34748F'

red 52 ◦ green 116 ◦ blue 143

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

Shades of Astral #34748F

Tints of Astral #34748F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.98%

R = 16.72%
G = 37.3%
B = 45.98%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#34748F (or 0x34748F) is known color: Astral. HEX triplet: 34, 74 and 8F. RGB value is (52,116,143). Sum of RGB (Red+Green+Blue) = 52+116+143=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 143 - color contains mainly: blue. Hex color #34748F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34748F is #CB8B70. Grayscale: #636363. Windows color (decimal): -13339505 or 9401396. OLE color: 9401396.

HSL color Cylindrical-coordinate representation of color #34748F: hue angle of 197.8º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34748F is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 116 143 -
CMYK 0.64 0.19 0 0.44
HSL 197.8º 0.47% 0.38% -
HSV(B) 197.8º 0.64% 0.56% -
XYZ 12.62 15.2 28.26 -
YUV 99.94 152.3 93.8 -
System Red Green Blue C M Y K H S L
Decimal 52 116 143 0.64 0.19 0 0.44 197.8 0.47 0.38
Hex 34 74 8F 40 13 0 2C C6 2F 26
Octal 64 164 217 100 23 0 54 306 57 46
Binary 110100 1110100 10001111 1000000 10011 0 101100 11000110 101111 100110

Color Harmonies of #34748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34748F

Black with #34748F

Text Example


Text Example

White with #34748F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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