#338491

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

Shades of Scooter #338491

Tints of Scooter #338491

Color information

#338491 (or 0x338491) is unknown color: approx Scooter. HEX triplet: 33, 84 and 91. RGB value is (51,132,145). Sum of RGB (Red+Green+Blue) = 51+132+145=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #338491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338491 is #CC7B6E. Grayscale: #6D6D6D. Windows color (decimal): -13400943 or 9536563. OLE color: 9536563.

HSL color Cylindrical-coordinate representation of color #338491: hue angle of 188.3º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #338491 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB51132145-
CMYK0.650.0900.43
HSL188.3º47.96%38.43%-
HSV(B)188.3º64.83%56.86%-
XYZ14.7319.2529.73-
YUV109.26148.1686.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.55%
GREEN value IS 132 (51.95% from 255) = 40.24%
BLUE value IS 145 (57.03% from 255) = 44.21%
R=15.55%
G=40.24%
B=44.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511321450.650.0900.43188.347.9638.43
Hex33849141902Bbc3026
Octal63204221101110532746046
Binary110011100001001001000110000011001010101110111100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338491; }

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

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

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

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

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

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

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

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