Html Css Color HEX #347998 Astral

📋 copy color: '#347998'

red 52 ◦ green 121 ◦ blue 152

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

Shades of Astral #347998

Tints of Astral #347998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.77%

R = 16%
G = 37.23%
B = 46.77%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#347998 (or 0x347998) is known color: Astral. HEX triplet: 34, 79 and 98. RGB value is (52,121,152). Sum of RGB (Red+Green+Blue) = 52+121+152=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #347998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347998 is #CB8667. Grayscale: #676767. Windows color (decimal): -13338216 or 9992500. OLE color: 9992500.

HSL color Cylindrical-coordinate representation of color #347998: hue angle of 198.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #347998 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 121 152 -
CMYK 0.66 0.20 0 0.40
HSL 198.6º 0.49% 0.4% -
HSV(B) 198.6º 0.66% 0.6% -
XYZ 13.92 16.67 32.19 -
YUV 103.9 155.14 90.98 -
System Red Green Blue C M Y K H S L
Decimal 52 121 152 0.66 0.20 0 0.40 198.6 0.49 0.4
Hex 34 79 98 42 14 0 28 C7 31 28
Octal 64 171 230 102 24 0 50 307 61 50
Binary 110100 1111001 10011000 1000010 10100 0 101000 11000111 110001 101000

Color Harmonies of #347998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347998

Black with #347998

Text Example


Text Example

White with #347998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347998; }

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

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

background-color css

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

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

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

border-color css

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

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

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