Html Css Color HEX #348081 Atoll

📋 copy color: '#348081'

red 52 ◦ green 128 ◦ blue 129

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

Shades of Atoll #348081

Tints of Atoll #348081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.42%

 BLUE value IS 129 (50.78% from 255) = 41.75%

R = 16.83%
G = 41.42%
B = 41.75%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#348081 (or 0x348081) is known color: Atoll. HEX triplet: 34, 80 and 81. RGB value is (52,128,129). Sum of RGB (Red+Green+Blue) = 52+128+129=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 129 - color contains mainly: blue. Hex color #348081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348081 is #CB7F7E. Grayscale: #696969. Windows color (decimal): -13336447 or 8486964. OLE color: 8486964.

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

Color convert

RGB 52 128 129 -
CMYK 0.60 0.01 0 0.49
HSL 180.78º 0.43% 0.35% -
HSV(B) 180.78º 0.6% 0.51% -
XYZ 13.1 17.75 23.51 -
YUV 105.39 141.32 89.92 -
System Red Green Blue C M Y K H S L
Decimal 52 128 129 0.60 0.01 0 0.49 180.78 0.43 0.35
Hex 34 80 81 3C 1 0 31 B5 2B 23
Octal 64 200 201 74 1 0 61 265 53 43
Binary 110100 10000000 10000001 111100 1 0 110001 10110101 101011 100011

Color Harmonies of #348081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348081

Black with #348081

Text Example


Text Example

White with #348081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348081; }

 p { color: rgb(52,128,129); }

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

background-color css

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

 a { background-color: rgb(52,128,129); }

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

border-color css

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

 span { border-color: rgb(52,128,129); }

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