Html Css Color HEX #379AA7 Scooter

📋 copy color: '#379AA7'

red 55 ◦ green 154 ◦ blue 167

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

Shades of Scooter #379AA7

Tints of Scooter #379AA7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.96%

 BLUE value IS 167 (65.63% from 255) = 44.41%

R = 14.63%
G = 40.96%
B = 44.41%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#379AA7 (or 0x379AA7) is known color: Scooter. HEX triplet: 37, 9A and A7. RGB value is (55,154,167). Sum of RGB (Red+Green+Blue) = 55+154+167=376 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.63% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 167 (65.62% from 255 or 44.41% from 376); Max value from RGB is 167 - color contains mainly: blue. Hex color #379AA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379AA7 is #C86558. Grayscale: #7D7D7D. Windows color (decimal): -13133145 or 10983991. OLE color: 10983991.

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

Color convert

RGB 55 154 167 -
CMYK 0.67 0.08 0 0.35
HSL 186.96º 0.5% 0.44% -
HSV(B) 186.96º 0.67% 0.65% -
XYZ 20.11 26.71 40.66 -
YUV 125.88 151.2 77.44 -
System Red Green Blue C M Y K H S L
Decimal 55 154 167 0.67 0.08 0 0.35 186.96 0.5 0.44
Hex 37 9A A7 43 8 0 23 BB 32 2C
Octal 67 232 247 103 10 0 43 273 62 54
Binary 110111 10011010 10100111 1000011 1000 0 100011 10111011 110010 101100

Color Harmonies of #379AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379AA7

Black with #379AA7

Text Example


Text Example

White with #379AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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