#338281

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

Shades of Atoll #338281

Tints of Atoll #338281

Color information

#338281 (or 0x338281) is unknown color: approx Atoll. HEX triplet: 33, 82 and 81. RGB value is (51,130,129). Sum of RGB (Red+Green+Blue) = 51+130+129=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #338281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338281 is #CC7D7E. Grayscale: #6A6A6A. Windows color (decimal): -13401471 or 8487475. OLE color: 8487475.

HSL color Cylindrical-coordinate representation of color #338281: hue angle of 179.24º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338281 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB51130129-
CMYK0.6100.010.49
HSL179.24º43.65%35.49%-
HSV(B)179.24º60.77%50.98%-
XYZ13.3118.2523.59-
YUV106.26140.8388.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 129 (50.78% from 255) = 41.61%
R=16.45%
G=41.94%
B=41.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511301290.6100.010.49179.2443.6535.49
Hex3382813D0131b32c23
Octal632022017501612635443
Binary11001110000010100000011111010111000110110011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338281; }

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

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

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

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

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

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

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

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