#378599

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

Shades of Scooter #378599

Tints of Scooter #378599

Color information

#378599 (or 0x378599) is unknown color: approx Scooter. HEX triplet: 37, 85 and 99. RGB value is (55,133,153). Sum of RGB (Red+Green+Blue) = 55+133+153=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #378599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378599 is #C87A66. Grayscale: #6F6F6F. Windows color (decimal): -13138535 or 10061111. OLE color: 10061111.

HSL color Cylindrical-coordinate representation of color #378599: hue angle of 192.24º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #378599 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB55133153-
CMYK0.640.1300.4
HSL192.24º47.12%40.78%-
HSV(B)192.24º64.05%60%-
XYZ15.7119.8933.15-
YUV111.96151.1687.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.13%
GREEN value IS 133 (52.34% from 255) = 39.00%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=16.13%
G=39.00%
B=44.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551331530.640.1300.4192.2447.1240.78
Hex37859940D028c02f29
Octal67205231100150503005751
Binary110111100001011001100110000001101010100011000000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378599; }

 p { color: rgb(55,133,153); }

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

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

 a { background-color: rgb(55,133,153); }

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

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

 span { border-color: rgb(55,133,153); }

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