#368082

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

Shades of Atoll #368082

Tints of Atoll #368082

Color information

#368082 (or 0x368082) is unknown color: approx Atoll. HEX triplet: 36, 80 and 82. RGB value is (54,128,130). Sum of RGB (Red+Green+Blue) = 54+128+130=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #368082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368082 is #C97F7D. Grayscale: #6A6A6A. Windows color (decimal): -13205374 or 8552502. OLE color: 8552502.

HSL color Cylindrical-coordinate representation of color #368082: hue angle of 181.58º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368082 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB54128130-
CMYK0.580.0200.49
HSL181.58º41.3%36.08%-
HSV(B)181.58º58.46%50.98%-
XYZ13.2717.8323.86-
YUV106.1141.4890.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.31%
GREEN value IS 128 (50.39% from 255) = 41.03%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=17.31%
G=41.03%
B=41.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541281300.580.0200.49181.5841.336.08
Hex3680823A2031b62924
Octal662002027220612665144
Binary110110100000001000001011101010011000110110110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368082; }

 p { color: rgb(54,128,130); }

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

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

 a { background-color: rgb(54,128,130); }

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

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

 span { border-color: rgb(54,128,130); }

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