#348384

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

Shades of Atoll #348384

Tints of Atoll #348384

Color information

#348384 (or 0x348384) is unknown color: approx Atoll. HEX triplet: 34, 83 and 84. RGB value is (52,131,132). Sum of RGB (Red+Green+Blue) = 52+131+132=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #348384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348384 is #CB7C7B. Grayscale: #6B6B6B. Windows color (decimal): -13335676 or 8684340. OLE color: 8684340.

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

Color convert

RGB52131132-
CMYK0.610.0100.48
HSL180.75º43.48%36.08%-
HSV(B)180.75º60.61%51.76%-
XYZ13.718.6324.7-
YUV107.49141.8388.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.51%
GREEN value IS 131 (51.56% from 255) = 41.59%
BLUE value IS 132 (51.95% from 255) = 41.90%
R=16.51%
G=41.59%
B=41.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521311320.610.0100.48180.7543.4836.08
Hex3483843D1030b52b24
Octal642032047510602655344
Binary11010010000011100001001111011011000010110101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348384; }

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

 H1.HeaderClassName
 {
   color: #348384;
 }
 .AnyTagClassName
 {
   color: #348384;
 }
</style>
background-color css

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

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

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

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

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

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