Html Css Color HEX #379BA6 Scooter

📋 copy color: '#379BA6'

red 55 ◦ green 155 ◦ blue 166

#379BA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #379BA6

Tints of Scooter #379BA6

RGB

 RED value IS 55 (21.88% from 255) = 14.63%

 GREEN value IS 155 (60.94% from 255) = 41.22%

 BLUE value IS 166 (65.23% from 255) = 44.15%

R = 14.63%
G = 41.22%
B = 44.15%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#379BA6 (or 0x379BA6) is known color: Scooter. HEX triplet: 37, 9B and A6. RGB value is (55,155,166). Sum of RGB (Red+Green+Blue) = 55+155+166=376 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.63% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 166 - color contains mainly: blue. Hex color #379BA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379BA6 is #C86459. Grayscale: #7E7E7E. Windows color (decimal): -13132890 or 10918711. OLE color: 10918711.

HSL color Cylindrical-coordinate representation of color #379BA6: hue angle of 185.95º 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 #379BA6 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 55 155 166 -
CMYK 0.67 0.07 0 0.35
HSL 185.95º 0.5% 0.43% -
HSV(B) 185.95º 0.67% 0.65% -
XYZ 20.18 27.01 40.23 -
YUV 126.35 150.37 77.11 -
System Red Green Blue C M Y K H S L
Decimal 55 155 166 0.67 0.07 0 0.35 185.95 0.5 0.43
Hex 37 9B A6 43 7 0 23 BA 32 2B
Octal 67 233 246 103 7 0 43 272 62 53
Binary 110111 10011011 10100110 1000011 111 0 100011 10111010 110010 101011

Color Harmonies of #379BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379BA6

Black with #379BA6

Text Example


Text Example

White with #379BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,155,166); }

 H1.HeaderClassName
 {
   color: #379BA6;
 }
 .AnyTagClassName
 {
   color: #379BA6;
 }
</style>

background-color css

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

 a { background-color: rgb(55,155,166); }

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

border-color css

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

 span { border-color: rgb(55,155,166); }

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