#338088

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

Shades of Atoll #338088

Tints of Atoll #338088

Color information

#338088 (or 0x338088) is unknown color: approx Atoll. HEX triplet: 33, 80 and 88. RGB value is (51,128,136). Sum of RGB (Red+Green+Blue) = 51+128+136=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #338088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338088 is #CC7F77. Grayscale: #696969. Windows color (decimal): -13401976 or 8945715. OLE color: 8945715.

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

Color convert

RGB51128136-
CMYK0.620.0600.47
HSL185.65º45.45%36.67%-
HSV(B)185.65º62.5%53.33%-
XYZ13.5317.9226.04-
YUV105.89144.9988.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.19%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=16.19%
G=40.63%
B=43.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511281360.620.0600.47185.6545.4536.67
Hex3380883E602Fba2d25
Octal632002107660572725545
Binary1100111000000010001000111110110010111110111010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338088; }

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

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

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

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

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

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

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

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