#338286

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

Shades of Atoll #338286

Tints of Atoll #338286

Color information

#338286 (or 0x338286) is unknown color: approx Atoll. HEX triplet: 33, 82 and 86. RGB value is (51,130,134). Sum of RGB (Red+Green+Blue) = 51+130+134=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 134 - color contains mainly: blue. Hex color #338286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338286 is #CC7D79. Grayscale: #6A6A6A. Windows color (decimal): -13401466 or 8815155. OLE color: 8815155.

HSL color Cylindrical-coordinate representation of color #338286: hue angle of 182.89º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338286 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB51130134-
CMYK0.620.0300.47
HSL182.89º44.86%36.27%-
HSV(B)182.89º61.94%52.55%-
XYZ13.6518.3925.38-
YUV106.84143.3388.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.19%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 134 (52.73% from 255) = 42.54%
R=16.19%
G=41.27%
B=42.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511301340.620.0300.47182.8944.8636.27
Hex3382863E302Fb72d24
Octal632022067630572675544
Binary110011100000101000011011111011010111110110111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338286; }

 p { color: rgb(51,130,134); }

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

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

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

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

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

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

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