#338390

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

Shades of Scooter #338390

Tints of Scooter #338390

Color information

#338390 (or 0x338390) is unknown color: approx Scooter. HEX triplet: 33, 83 and 90. RGB value is (51,131,144). Sum of RGB (Red+Green+Blue) = 51+131+144=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #338390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338390 is #CC7C6F. Grayscale: #6C6C6C. Windows color (decimal): -13401200 or 9470771. OLE color: 9470771.

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

Color convert

RGB51131144-
CMYK0.650.0900.44
HSL188.39º47.69%38.24%-
HSV(B)188.39º64.58%56.47%-
XYZ14.5218.9529.28-
YUV108.5614886.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.64%
GREEN value IS 131 (51.56% from 255) = 40.18%
BLUE value IS 144 (56.64% from 255) = 44.17%
R=15.64%
G=40.18%
B=44.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511311440.650.0900.44188.3947.6938.24
Hex33839041902Cbc3026
Octal63203220101110542746046
Binary110011100000111001000010000011001010110010111100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338390; }

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

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

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

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

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

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

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

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