#379AA4

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

Shades of Scooter #379AA4

Tints of Scooter #379AA4

Color information

#379AA4 (or 0x379AA4) is unknown color: approx Scooter. HEX triplet: 37, 9A and A4. RGB value is (55,154,164). Sum of RGB (Red+Green+Blue) = 55+154+164=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #379AA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379AA4 is #C8655B. Grayscale: #7D7D7D. Windows color (decimal): -13133148 or 10787383. OLE color: 10787383.

HSL color Cylindrical-coordinate representation of color #379AA4: hue angle of 185.5º 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 #379AA4 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB55154164-
CMYK0.660.0600.36
HSL185.5º49.77%42.94%-
HSV(B)185.5º66.46%64.31%-
XYZ19.8326.639.21-
YUV125.54149.777.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.75%
GREEN value IS 154 (60.55% from 255) = 41.29%
BLUE value IS 164 (64.45% from 255) = 43.97%
R=14.75%
G=41.29%
B=43.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal551541640.660.0600.36185.549.7742.94
Hex379AA4426024ba322b
Octal6723224410260442726253
Binary11011110011010101001001000010110010010010111010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379AA4; }

 p { color: rgb(55,154,164); }

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

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

 a { background-color: rgb(55,154,164); }

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

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

 span { border-color: rgb(55,154,164); }

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