#37829D

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

Shades of Scooter #37829D

Tints of Scooter #37829D

Color information

#37829D (or 0x37829D) is unknown color: approx Scooter. HEX triplet: 37, 82 and 9D. RGB value is (55,130,157). Sum of RGB (Red+Green+Blue) = 55+130+157=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #37829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37829D is #C87D62. Grayscale: #6E6E6E. Windows color (decimal): -13139299 or 10322487. OLE color: 10322487.

HSL color Cylindrical-coordinate representation of color #37829D: hue angle of 195.88º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37829D is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB55130157-
CMYK0.650.1700.38
HSL195.88º48.11%41.57%-
HSV(B)195.88º64.97%61.57%-
XYZ15.6419.2134.78-
YUV110.65154.1588.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.08%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=16.08%
G=38.01%
B=45.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551301570.650.1700.38195.8848.1141.57
Hex37829D4111026c4302a
Octal67202235101210463046052
Binary1101111000001010011101100000110001010011011000100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37829D; }

 p { color: rgb(55,130,157); }

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

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

 a { background-color: rgb(55,130,157); }

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

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

 span { border-color: rgb(55,130,157); }

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