Html Css Color HEX #379BA7 Scooter

📋 copy color: '#379BA7'

red 55 ◦ green 155 ◦ blue 167

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

Shades of Scooter #379BA7

Tints of Scooter #379BA7

RGB

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

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

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

R = 14.59%
G = 41.11%
B = 44.3%

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

#379BA7 (or 0x379BA7) is known color: Scooter. HEX triplet: 37, 9B and A7. RGB value is (55,155,167). Sum of RGB (Red+Green+Blue) = 55+155+167=377 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.59% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 167 - color contains mainly: blue. Hex color #379BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379BA7 is #C86458. Grayscale: #7E7E7E. Windows color (decimal): -13132889 or 10984247. OLE color: 10984247.

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

Color convert

RGB 55 155 167 -
CMYK 0.67 0.07 0 0.35
HSL 186.43º 0.5% 0.44% -
HSV(B) 186.43º 0.67% 0.65% -
XYZ 20.27 27.04 40.71 -
YUV 126.47 150.87 77.02 -
System Red Green Blue C M Y K H S L
Decimal 55 155 167 0.67 0.07 0 0.35 186.43 0.5 0.44
Hex 37 9B A7 43 7 0 23 BA 32 2C
Octal 67 233 247 103 7 0 43 272 62 54
Binary 110111 10011011 10100111 1000011 111 0 100011 10111010 110010 101100

Color Harmonies of #379BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379BA7

Black with #379BA7

Text Example


Text Example

White with #379BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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