#338899

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

Shades of Scooter #338899

Tints of Scooter #338899

Color information

#338899 (or 0x338899) is unknown color: approx Scooter. HEX triplet: 33, 88 and 99. RGB value is (51,136,153). Sum of RGB (Red+Green+Blue) = 51+136+153=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #338899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338899 is #CC7766. Grayscale: #707070. Windows color (decimal): -13399911 or 10061875. OLE color: 10061875.

HSL color Cylindrical-coordinate representation of color #338899: hue angle of 190º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #338899 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB51136153-
CMYK0.670.1100.4
HSL190º50%40%-
HSV(B)190º66.67%60%-
XYZ15.9220.6133.28-
YUV112.52150.8484.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15%
GREEN value IS 136 (53.52% from 255) = 40%
BLUE value IS 153 (60.16% from 255) = 45%
R=15%
G=40%
B=45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511361530.670.1100.41905040
Hex33889943B028be3228
Octal63210231103130502766250
Binary110011100010001001100110000111011010100010111110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338899; }

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

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

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

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

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

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

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

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