Html Css Color HEX #348386 Atoll

📋 copy color: '#348386'

red 52 ◦ green 131 ◦ blue 134

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

Shades of Atoll #348386

Tints of Atoll #348386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.32%

 BLUE value IS 134 (52.73% from 255) = 42.27%

R = 16.4%
G = 41.32%
B = 42.27%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#348386 (or 0x348386) is known color: Atoll. HEX triplet: 34, 83 and 86. RGB value is (52,131,134). Sum of RGB (Red+Green+Blue) = 52+131+134=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 134 - color contains mainly: blue. Hex color #348386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348386 is #CB7C79. Grayscale: #6B6B6B. Windows color (decimal): -13335674 or 8815412. OLE color: 8815412.

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

Color convert

RGB 52 131 134 -
CMYK 0.61 0.02 0 0.47
HSL 182.2º 0.44% 0.36% -
HSV(B) 182.2º 0.61% 0.53% -
XYZ 13.84 18.68 25.43 -
YUV 107.72 142.83 88.26 -
System Red Green Blue C M Y K H S L
Decimal 52 131 134 0.61 0.02 0 0.47 182.2 0.44 0.36
Hex 34 83 86 3D 2 0 2F B6 2C 24
Octal 64 203 206 75 2 0 57 266 54 44
Binary 110100 10000011 10000110 111101 10 0 101111 10110110 101100 100100

Color Harmonies of #348386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348386

Black with #348386

Text Example


Text Example

White with #348386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348386; }

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

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

background-color css

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

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

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

border-color css

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

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

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