#338993

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

Shades of Scooter #338993

Tints of Scooter #338993

Color information

#338993 (or 0x338993) is unknown color: approx Scooter. HEX triplet: 33, 89 and 93. RGB value is (51,137,147). Sum of RGB (Red+Green+Blue) = 51+137+147=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #338993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338993 is #CC766C. Grayscale: #707070. Windows color (decimal): -13399661 or 9668915. OLE color: 9668915.

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

Color convert

RGB51137147-
CMYK0.650.0700.42
HSL186.25º48.48%38.82%-
HSV(B)186.25º65.31%57.65%-
XYZ15.5820.730.78-
YUV112.43147.5184.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.22%
GREEN value IS 137 (53.91% from 255) = 40.90%
BLUE value IS 147 (57.81% from 255) = 43.88%
R=15.22%
G=40.90%
B=43.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511371470.650.0700.42186.2548.4838.82
Hex33899341702Aba3027
Octal6321122310170522726047
Binary11001110001001100100111000001111010101010111010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338993; }

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

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

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

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

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

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

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

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