#338683

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

Shades of Atoll #338683

Tints of Atoll #338683

Color information

#338683 (or 0x338683) is unknown color: approx Atoll. HEX triplet: 33, 86 and 83. RGB value is (51,134,131). Sum of RGB (Red+Green+Blue) = 51+134+131=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #338683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338683 is #CC797C. Grayscale: #6C6C6C. Windows color (decimal): -13400445 or 8619571. OLE color: 8619571.

HSL color Cylindrical-coordinate representation of color #338683: hue angle of 177.83º 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 #338683 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB51134131-
CMYK0.6200.020.47
HSL177.83º44.86%36.27%-
HSV(B)177.83º61.94%52.55%-
XYZ13.9919.3924.48-
YUV108.84140.586.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.14%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 131 (51.56% from 255) = 41.46%
R=16.14%
G=42.41%
B=41.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511341310.6200.020.47177.8344.8636.27
Hex3386833E022Fb22d24
Octal632062037602572625544
Binary110011100001101000001111111001010111110110010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338683; }

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

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

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

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

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

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

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

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