#3388AA

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

Shades of Scooter #3388AA

Tints of Scooter #3388AA

Color information

#3388AA (or 0x3388AA) is unknown color: approx Scooter. HEX triplet: 33, 88 and AA. RGB value is (51,136,170). Sum of RGB (Red+Green+Blue) = 51+136+170=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #3388AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3388AA is #CC7755. Grayscale: #727272. Windows color (decimal): -13399894 or 11175987. OLE color: 11175987.

HSL color Cylindrical-coordinate representation of color #3388AA: hue angle of 197.14º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3388AA is Cyan = 0.7, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51136170-
CMYK0.70.2000.33
HSL197.14º53.85%43.33%-
HSV(B)197.14º70%66.67%-
XYZ17.4321.2141.21-
YUV114.46159.3482.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=14.29%
G=38.10%
B=47.62%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511361700.70.2000.33197.1453.8543.33
Hex3388AA4614021c5362b
Octal63210252106240413056653
Binary1100111000100010101010100011010100010000111000101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3388AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3388AA; }

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

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

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

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

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

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

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

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