#338595

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

Shades of Scooter #338595

Tints of Scooter #338595

Color information

#338595 (or 0x338595) is unknown color: approx Scooter. HEX triplet: 33, 85 and 95. RGB value is (51,133,149). Sum of RGB (Red+Green+Blue) = 51+133+149=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #338595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338595 is #CC7A6A. Grayscale: #6E6E6E. Windows color (decimal): -13400683 or 9798963. OLE color: 9798963.

HSL color Cylindrical-coordinate representation of color #338595: hue angle of 189.8º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #338595 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB51133149-
CMYK0.660.1100.42
HSL189.8º49%39.22%-
HSV(B)189.8º65.77%58.43%-
XYZ15.1819.6531.43-
YUV110.31149.8385.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.32%
GREEN value IS 133 (52.34% from 255) = 39.94%
BLUE value IS 149 (58.59% from 255) = 44.74%
R=15.32%
G=39.94%
B=44.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511331490.660.1100.42189.84939.22
Hex33859542B02Abe3127
Octal63205225102130522766147
Binary110011100001011001010110000101011010101010111110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338595; }

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

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

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

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

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

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

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

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