#338994

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

Shades of Scooter #338994

Tints of Scooter #338994

Color information

#338994 (or 0x338994) is unknown color: approx Scooter. HEX triplet: 33, 89 and 94. RGB value is (51,137,148). Sum of RGB (Red+Green+Blue) = 51+137+148=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #338994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338994 is #CC766B. Grayscale: #707070. Windows color (decimal): -13399660 or 9734451. OLE color: 9734451.

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

Color convert

RGB51137148-
CMYK0.660.0700.42
HSL186.8º48.74%39.02%-
HSV(B)186.8º65.54%58.04%-
XYZ15.6620.7331.19-
YUV112.54148.0184.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.18%
GREEN value IS 137 (53.91% from 255) = 40.77%
BLUE value IS 148 (58.20% from 255) = 44.05%
R=15.18%
G=40.77%
B=44.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511371480.660.0700.42186.848.7439.02
Hex33899442702Abb3127
Octal6321122410270522736147
Binary11001110001001100101001000010111010101010111011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338994; }

 p { color: rgb(51,137,148); }

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

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

 a { background-color: rgb(51,137,148); }

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

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

 span { border-color: rgb(51,137,148); }

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