Html Css Color HEX #348580 Atoll

📋 copy color: '#348580'

red 52 ◦ green 133 ◦ blue 128

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

Shades of Atoll #348580

Tints of Atoll #348580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.49%

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 16.61%
G = 42.49%
B = 40.89%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#348580 (or 0x348580) is known color: Atoll. HEX triplet: 34, 85 and 80. RGB value is (52,133,128). Sum of RGB (Red+Green+Blue) = 52+133+128=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #348580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348580 is #CB7A7F. Grayscale: #6C6C6C. Windows color (decimal): -13335168 or 8422708. OLE color: 8422708.

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

Color convert

RGB 52 133 128 -
CMYK 0.61 0 0.04 0.48
HSL 176.3º 0.44% 0.36% -
HSV(B) 176.3º 0.61% 0.52% -
XYZ 13.7 19.06 23.38 -
YUV 108.21 139.16 87.91 -
System Red Green Blue C M Y K H S L
Decimal 52 133 128 0.61 0 0.04 0.48 176.3 0.44 0.36
Hex 34 85 80 3D 0 4 30 B0 2C 24
Octal 64 205 200 75 0 4 60 260 54 44
Binary 110100 10000101 10000000 111101 0 100 110000 10110000 101100 100100

Color Harmonies of #348580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348580

Black with #348580

Text Example


Text Example

White with #348580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348580; }

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

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

background-color css

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

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

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

border-color css

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

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

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