#338391

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

Shades of Scooter #338391

Tints of Scooter #338391

Color information

#338391 (or 0x338391) is unknown color: approx Scooter. HEX triplet: 33, 83 and 91. RGB value is (51,131,145). Sum of RGB (Red+Green+Blue) = 51+131+145=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #338391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338391 is #CC7C6E. Grayscale: #6C6C6C. Windows color (decimal): -13401199 or 9536307. OLE color: 9536307.

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

Color convert

RGB51131145-
CMYK0.650.1000.43
HSL188.94º47.96%38.43%-
HSV(B)188.94º64.83%56.86%-
XYZ14.5918.9829.68-
YUV108.68148.586.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.60%
GREEN value IS 131 (51.56% from 255) = 40.06%
BLUE value IS 145 (57.03% from 255) = 44.34%
R=15.60%
G=40.06%
B=44.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511311450.650.1000.43188.9447.9638.43
Hex33839141A02Bbd3026
Octal63203221101120532756046
Binary110011100000111001000110000011010010101110111101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338391; }

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

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

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

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

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

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

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

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