#338096

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

Shades of Scooter #338096

Tints of Scooter #338096

Color information

#338096 (or 0x338096) is unknown color: approx Scooter. HEX triplet: 33, 80 and 96. RGB value is (51,128,150). Sum of RGB (Red+Green+Blue) = 51+128+150=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #338096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338096 is #CC7F69. Grayscale: #6B6B6B. Windows color (decimal): -13401962 or 9863219. OLE color: 9863219.

HSL color Cylindrical-coordinate representation of color #338096: hue angle of 193.33º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #338096 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB51128150-
CMYK0.660.1500.41
HSL193.33º49.25%39.41%-
HSV(B)193.33º66%58.82%-
XYZ14.5918.3431.63-
YUV107.48151.9987.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.50%
GREEN value IS 128 (50.39% from 255) = 38.91%
BLUE value IS 150 (58.98% from 255) = 45.59%
R=15.50%
G=38.91%
B=45.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511281500.660.1500.41193.3349.2539.41
Hex33809642F029c13127
Octal63200226102170513016147
Binary110011100000001001011010000101111010100111000001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338096; }

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

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

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

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

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

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

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

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