#368282

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

Shades of Atoll #368282

Tints of Atoll #368282

Color information

#368282 (or 0x368282) is unknown color: approx Atoll. HEX triplet: 36, 82 and 82. RGB value is (54,130,130). Sum of RGB (Red+Green+Blue) = 54+130+130=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #368282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368282 is #C97D7D. Grayscale: #6B6B6B. Windows color (decimal): -13204862 or 8553014. OLE color: 8553014.

HSL color Cylindrical-coordinate representation of color #368282: hue angle of 180º 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 #368282 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB54130130-
CMYK0.58000.49
HSL180º41.3%36.08%-
HSV(B)180º58.46%50.98%-
XYZ13.5318.3623.95-
YUV107.28140.8290-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.20%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 130 (51.17% from 255) = 41.40%
R=17.20%
G=41.40%
B=41.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541301300.58000.4918041.336.08
Hex3682823A0031b42924
Octal662022027200612645144
Binary11011010000010100000101110100011000110110100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368282; }

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

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

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

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

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

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

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

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