#348387

Color #348387 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #348387

Tints of Atoll #348387

Color information

#348387 (or 0x348387) is unknown color: approx 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

RGB52131135-
CMYK0.610.0300.47
HSL182.89º44.39%36.67%-
HSV(B)182.89º61.48%52.94%-
XYZ13.9118.7125.8-
YUV107.84143.3388.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.35%
GREEN value IS 131 (51.56% from 255) = 41.19%
BLUE value IS 135 (53.12% from 255) = 42.45%
R=16.35%
G=41.19%
B=42.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521311350.610.0300.47182.8944.3936.67
Hex3483873D302Fb72c25
Octal642032077530572675445
Binary110100100000111000011111110111010111110110111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>