Html Css Color HEX #34798B Astral

📋 copy color: '#34798B'

red 52 ◦ green 121 ◦ blue 139

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

Shades of Astral #34798B

Tints of Astral #34798B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.78%

 BLUE value IS 139 (54.69% from 255) = 44.55%

R = 16.67%
G = 38.78%
B = 44.55%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34798B (or 0x34798B) is known color: Astral. HEX triplet: 34, 79 and 8B. RGB value is (52,121,139). Sum of RGB (Red+Green+Blue) = 52+121+139=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #34798B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34798B is #CB8674. Grayscale: #666666. Windows color (decimal): -13338229 or 9140532. OLE color: 9140532.

HSL color Cylindrical-coordinate representation of color #34798B: hue angle of 192.41º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34798B is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 121 139 -
CMYK 0.63 0.13 0 0.45
HSL 192.41º 0.46% 0.37% -
HSV(B) 192.41º 0.63% 0.55% -
XYZ 12.91 16.27 26.89 -
YUV 102.42 148.64 92.04 -
System Red Green Blue C M Y K H S L
Decimal 52 121 139 0.63 0.13 0 0.45 192.41 0.46 0.37
Hex 34 79 8B 3F D 0 2D C0 2E 25
Octal 64 171 213 77 15 0 55 300 56 45
Binary 110100 1111001 10001011 111111 1101 0 101101 11000000 101110 100101

Color Harmonies of #34798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34798B

Black with #34798B

Text Example


Text Example

White with #34798B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34798B; }

 p { color: rgb(52,121,139); }

 H1.HeaderClassName
 {
   color: #34798B;
 }
 .AnyTagClassName
 {
   color: #34798B;
 }
</style>

background-color css

<style>
 a { background-color: #34798B; }

 a { background-color: rgb(52,121,139); }

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

border-color css

<style>
 span { border-color: #34798B; }

 span { border-color: rgb(52,121,139); }

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