Html Css Color HEX #347983 Atoll

📋 copy color: '#347983'

red 52 ◦ green 121 ◦ blue 131

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

Shades of Atoll #347983

Tints of Atoll #347983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.09%

R = 17.11%
G = 39.8%
B = 43.09%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#347983 (or 0x347983) is known color: Atoll. HEX triplet: 34, 79 and 83. RGB value is (52,121,131). Sum of RGB (Red+Green+Blue) = 52+121+131=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #347983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347983 is #CB867C. Grayscale: #656565. Windows color (decimal): -13338237 or 8616244. OLE color: 8616244.

HSL color Cylindrical-coordinate representation of color #347983: hue angle of 187.59º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #347983 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 121 131 -
CMYK 0.60 0.08 0 0.49
HSL 187.59º 0.43% 0.36% -
HSV(B) 187.59º 0.6% 0.51% -
XYZ 12.35 16.04 23.92 -
YUV 101.51 144.64 92.69 -
System Red Green Blue C M Y K H S L
Decimal 52 121 131 0.60 0.08 0 0.49 187.59 0.43 0.36
Hex 34 79 83 3C 8 0 31 BC 2B 24
Octal 64 171 203 74 10 0 61 274 53 44
Binary 110100 1111001 10000011 111100 1000 0 110001 10111100 101011 100100

Color Harmonies of #347983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347983

Black with #347983

Text Example


Text Example

White with #347983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347983; }

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

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

background-color css

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

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

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

border-color css

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

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

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