#338696

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

Shades of Scooter #338696

Tints of Scooter #338696

Color information

#338696 (or 0x338696) is unknown color: approx Scooter. HEX triplet: 33, 86 and 96. RGB value is (51,134,150). Sum of RGB (Red+Green+Blue) = 51+134+150=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #338696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338696 is #CC7969. Grayscale: #6E6E6E. Windows color (decimal): -13400426 or 9864755. OLE color: 9864755.

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

Color convert

RGB51134150-
CMYK0.660.1100.41
HSL189.7º49.25%39.41%-
HSV(B)189.7º66%58.82%-
XYZ15.419.9631.89-
YUV111.0115085.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.22%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 150 (58.98% from 255) = 44.78%
R=15.22%
G=40%
B=44.78%

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
Decimal511341500.660.1100.41189.749.2539.41
Hex33869642B029be3127
Octal63206226102130512766147
Binary110011100001101001011010000101011010100110111110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338696; }

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

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

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

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

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

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

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

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