Html Css Color HEX #348385 Atoll

📋 copy color: '#348385'

red 52 ◦ green 131 ◦ blue 133

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

Shades of Atoll #348385

Tints of Atoll #348385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.09%

R = 16.46%
G = 41.46%
B = 42.09%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#348385 (or 0x348385) is known color: Atoll. HEX triplet: 34, 83 and 85. RGB value is (52,131,133). Sum of RGB (Red+Green+Blue) = 52+131+133=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #348385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348385 is #CB7C7A. Grayscale: #6B6B6B. Windows color (decimal): -13335675 or 8749876. OLE color: 8749876.

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

Color convert

RGB 52 131 133 -
CMYK 0.61 0.02 0 0.48
HSL 181.48º 0.44% 0.36% -
HSV(B) 181.48º 0.61% 0.52% -
XYZ 13.77 18.66 25.07 -
YUV 107.61 142.33 88.34 -
System Red Green Blue C M Y K H S L
Decimal 52 131 133 0.61 0.02 0 0.48 181.48 0.44 0.36
Hex 34 83 85 3D 2 0 30 B5 2C 24
Octal 64 203 205 75 2 0 60 265 54 44
Binary 110100 10000011 10000101 111101 10 0 110000 10110101 101100 100100

Color Harmonies of #348385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348385

Black with #348385

Text Example


Text Example

White with #348385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348385; }

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

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

background-color css

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

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

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

border-color css

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

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

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