#3795A3

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

Shades of Scooter #3795A3

Tints of Scooter #3795A3

Color information

#3795A3 (or 0x3795A3) is unknown color: approx Scooter. HEX triplet: 37, 95 and A3. RGB value is (55,149,163). Sum of RGB (Red+Green+Blue) = 55+149+163=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 163 - color contains mainly: blue. Hex color #3795A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3795A3 is #C86A5C. Grayscale: #7A7A7A. Windows color (decimal): -13134429 or 10720567. OLE color: 10720567.

HSL color Cylindrical-coordinate representation of color #3795A3: hue angle of 187.78º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3795A3 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB55149163-
CMYK0.660.0900.36
HSL187.78º49.54%42.75%-
HSV(B)187.78º66.26%63.92%-
XYZ18.9324.9538.47-
YUV122.49150.8679.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.99%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 163 (64.06% from 255) = 44.41%
R=14.99%
G=40.60%
B=44.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal551491630.660.0900.36187.7849.5442.75
Hex3795A3429024bc322b
Octal67225243102110442746253
Binary110111100101011010001110000101001010010010111100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3795A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3795A3; }

 p { color: rgb(55,149,163); }

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

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

 a { background-color: rgb(55,149,163); }

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

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

 span { border-color: rgb(55,149,163); }

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