#338591

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

Shades of Scooter #338591

Tints of Scooter #338591

Color information

#338591 (or 0x338591) is unknown color: approx Scooter. HEX triplet: 33, 85 and 91. RGB value is (51,133,145). Sum of RGB (Red+Green+Blue) = 51+133+145=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #338591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338591 is #CC7A6E. Grayscale: #6D6D6D. Windows color (decimal): -13400687 or 9536819. OLE color: 9536819.

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

Color convert

RGB51133145-
CMYK0.650.0800.43
HSL187.66º47.96%38.43%-
HSV(B)187.66º64.83%56.86%-
XYZ14.8619.5229.77-
YUV109.85147.8386.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.50%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 145 (57.03% from 255) = 44.07%
R=15.50%
G=40.43%
B=44.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511331450.650.0800.43187.6647.9638.43
Hex33859141802Bbc3026
Octal63205221101100532746046
Binary110011100001011001000110000011000010101110111100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338591; }

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

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

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

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

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

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

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

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