Html Css Color HEX #347987 Astral

📋 copy color: '#347987'

red 52 ◦ green 121 ◦ blue 135

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

Shades of Astral #347987

Tints of Astral #347987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 43.83%

R = 16.88%
G = 39.29%
B = 43.83%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#347987 (or 0x347987) is known color: Astral. HEX triplet: 34, 79 and 87. RGB value is (52,121,135). Sum of RGB (Red+Green+Blue) = 52+121+135=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #347987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347987 is #CB8678. Grayscale: #656565. Windows color (decimal): -13338233 or 8878388. OLE color: 8878388.

HSL color Cylindrical-coordinate representation of color #347987: hue angle of 190.12º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #347987 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 121 135 -
CMYK 0.61 0.10 0 0.47
HSL 190.12º 0.44% 0.37% -
HSV(B) 190.12º 0.61% 0.53% -
XYZ 12.63 16.15 25.37 -
YUV 101.97 146.64 92.36 -
System Red Green Blue C M Y K H S L
Decimal 52 121 135 0.61 0.10 0 0.47 190.12 0.44 0.37
Hex 34 79 87 3D A 0 2F BE 2C 25
Octal 64 171 207 75 12 0 57 276 54 45
Binary 110100 1111001 10000111 111101 1010 0 101111 10111110 101100 100101

Color Harmonies of #347987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347987

Black with #347987

Text Example


Text Example

White with #347987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347987; }

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

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

background-color css

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

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

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

border-color css

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

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

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