#379DA5

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

Shades of Scooter #379DA5

Tints of Scooter #379DA5

Color information

#379DA5 (or 0x379DA5) is unknown color: approx Scooter. HEX triplet: 37, 9D and A5. RGB value is (55,157,165). Sum of RGB (Red+Green+Blue) = 55+157+165=377 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.59% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 165 - color contains mainly: blue. Hex color #379DA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379DA5 is #C8625A. Grayscale: #7F7F7F. Windows color (decimal): -13132379 or 10853687. OLE color: 10853687.

HSL color Cylindrical-coordinate representation of color #379DA5: hue angle of 184.36º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #379DA5 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB55157165-
CMYK0.670.0500.35
HSL184.36º50%43.14%-
HSV(B)184.36º66.67%64.71%-
XYZ20.4227.6439.86-
YUV127.41149.2176.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.59%
GREEN value IS 157 (61.72% from 255) = 41.64%
BLUE value IS 165 (64.84% from 255) = 43.77%
R=14.59%
G=41.64%
B=43.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal551571650.670.0500.35184.365043.14
Hex379DA5435023b8322b
Octal6723524510350432706253
Binary11011110011101101001011000011101010001110111000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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