Html Css Color HEX #348387 Atoll

📋 copy color: '#348387'

red 52 ◦ green 131 ◦ blue 135

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

Shades of Atoll #348387

Tints of Atoll #348387

RGB

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

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

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

R = 16.35%
G = 41.19%
B = 42.45%

CMYK

 C value IS 0.61

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#348387 (or 0x348387) is known color: Atoll. HEX triplet: 34, 83 and 87. RGB value is (52,131,135). Sum of RGB (Red+Green+Blue) = 52+131+135=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #348387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348387 is #CB7C78. Grayscale: #6B6B6B. Windows color (decimal): -13335673 or 8880948. OLE color: 8880948.

HSL color Cylindrical-coordinate representation of color #348387: hue angle of 182.89º 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 #348387 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 131 135 -
CMYK 0.61 0.03 0 0.47
HSL 182.89º 0.44% 0.37% -
HSV(B) 182.89º 0.61% 0.53% -
XYZ 13.91 18.71 25.8 -
YUV 107.84 143.33 88.17 -
System Red Green Blue C M Y K H S L
Decimal 52 131 135 0.61 0.03 0 0.47 182.89 0.44 0.37
Hex 34 83 87 3D 3 0 2F B7 2C 25
Octal 64 203 207 75 3 0 57 267 54 45
Binary 110100 10000011 10000111 111101 11 0 101111 10110111 101100 100101

Color Harmonies of #348387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348387

Black with #348387

Text Example


Text Example

White with #348387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348387; }

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

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

background-color css

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

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

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

border-color css

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

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

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