#338596

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

Shades of Scooter #338596

Tints of Scooter #338596

Color information

#338596 (or 0x338596) is unknown color: approx Scooter. HEX triplet: 33, 85 and 96. RGB value is (51,133,150). Sum of RGB (Red+Green+Blue) = 51+133+150=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #338596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338596 is #CC7A69. Grayscale: #6E6E6E. Windows color (decimal): -13400682 or 9864499. OLE color: 9864499.

HSL color Cylindrical-coordinate representation of color #338596: hue angle of 190.3º 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 #338596 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB51133150-
CMYK0.660.1100.41
HSL190.3º49.25%39.41%-
HSV(B)190.3º66%58.82%-
XYZ15.2619.6831.85-
YUV110.42150.3385.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.27%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 150 (58.98% from 255) = 44.91%
R=15.27%
G=39.82%
B=44.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511331500.660.1100.41190.349.2539.41
Hex33859642B029be3127
Octal63205226102130512766147
Binary110011100001011001011010000101011010100110111110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338596; }

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

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

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

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

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

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

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

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