#3899AA

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

Shades of Scooter #3899AA

Tints of Scooter #3899AA

Color information

#3899AA (or 0x3899AA) is unknown color: approx Scooter. HEX triplet: 38, 99 and AA. RGB value is (56,153,170). Sum of RGB (Red+Green+Blue) = 56+153+170=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #3899AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3899AA is #C76655. Grayscale: #7D7D7D. Windows color (decimal): -13067862 or 11180344. OLE color: 11180344.

HSL color Cylindrical-coordinate representation of color #3899AA: hue angle of 188.95º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3899AA is Cyan = 0.67, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56153170-
CMYK0.670.100.33
HSL188.95º50.44%44.31%-
HSV(B)188.95º67.06%66.67%-
XYZ20.2826.5342.08-
YUV125.93152.8678.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.78%
GREEN value IS 153 (60.16% from 255) = 40.37%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=14.78%
G=40.37%
B=44.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561531700.670.100.33188.9550.4444.31
Hex3899AA43A021bd322c
Octal70231252103120412756254
Binary111000100110011010101010000111010010000110111101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3899AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,153,170); }

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

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

 a { background-color: rgb(56,153,170); }

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

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

 span { border-color: rgb(56,153,170); }

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