#338085

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

Shades of Atoll #338085

Tints of Atoll #338085

Color information

#338085 (or 0x338085) is unknown color: approx Atoll. HEX triplet: 33, 80 and 85. RGB value is (51,128,133). Sum of RGB (Red+Green+Blue) = 51+128+133=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #338085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338085 is #CC7F7A. Grayscale: #696969. Windows color (decimal): -13401979 or 8749107. OLE color: 8749107.

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

Color convert

RGB51128133-
CMYK0.620.0400.48
HSL183.66º44.57%36.08%-
HSV(B)183.66º61.65%52.16%-
XYZ13.3217.8424.93-
YUV105.55143.4989.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.35%
GREEN value IS 128 (50.39% from 255) = 41.03%
BLUE value IS 133 (52.34% from 255) = 42.63%
R=16.35%
G=41.03%
B=42.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511281330.620.0400.48183.6644.5736.08
Hex3380853E4030b82d24
Octal632002057640602705544
Binary1100111000000010000101111110100011000010111000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338085; }

 p { color: rgb(51,128,133); }

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

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

 a { background-color: rgb(51,128,133); }

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

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

 span { border-color: rgb(51,128,133); }

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