Html Css Color HEX #379BAC Scooter

📋 copy color: '#379BAC'

red 55 ◦ green 155 ◦ blue 172

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

Shades of Scooter #379BAC

Tints of Scooter #379BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 14.4%
G = 40.58%
B = 45.03%

CMYK

 C value IS 0.68

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#379BAC (or 0x379BAC) is known color: Scooter. HEX triplet: 37, 9B and AC. RGB value is (55,155,172). Sum of RGB (Red+Green+Blue) = 55+155+172=382 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.40% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #379BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379BAC is #C86453. Grayscale: #7E7E7E. Windows color (decimal): -13132884 or 11311927. OLE color: 11311927.

HSL color Cylindrical-coordinate representation of color #379BAC: hue angle of 188.72º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #379BAC is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 155 172 -
CMYK 0.68 0.10 0 0.33
HSL 188.72º 0.52% 0.45% -
HSV(B) 188.72º 0.68% 0.67% -
XYZ 20.74 27.23 43.19 -
YUV 127.04 153.37 76.62 -
System Red Green Blue C M Y K H S L
Decimal 55 155 172 0.68 0.10 0 0.33 188.72 0.52 0.45
Hex 37 9B AC 44 A 0 21 BD 34 2D
Octal 67 233 254 104 12 0 41 275 64 55
Binary 110111 10011011 10101100 1000100 1010 0 100001 10111101 110100 101101

Color Harmonies of #379BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379BAC

Black with #379BAC

Text Example


Text Example

White with #379BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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