#338493

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

Shades of Scooter #338493

Tints of Scooter #338493

Color information

#338493 (or 0x338493) is unknown color: approx Scooter. HEX triplet: 33, 84 and 93. RGB value is (51,132,147). Sum of RGB (Red+Green+Blue) = 51+132+147=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #338493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338493 is #CC7B6C. Grayscale: #6D6D6D. Windows color (decimal): -13400941 or 9667635. OLE color: 9667635.

HSL color Cylindrical-coordinate representation of color #338493: hue angle of 189.38º 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 #338493 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB51132147-
CMYK0.650.1000.42
HSL189.38º48.48%38.82%-
HSV(B)189.38º65.31%57.65%-
XYZ14.8819.3130.55-
YUV109.49149.1686.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.45%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=15.45%
G=40%
B=44.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511321470.650.1000.42189.3848.4838.82
Hex33849341A02Abd3027
Octal63204223101120522756047
Binary110011100001001001001110000011010010101010111101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338493; }

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

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

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

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

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

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

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

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