Html Css Color HEX #379BAB Scooter

📋 copy color: '#379BAB'

red 55 ◦ green 155 ◦ blue 171

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

Shades of Scooter #379BAB

Tints of Scooter #379BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 14.44%
G = 40.68%
B = 44.88%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#379BAB (or 0x379BAB) is known color: Scooter. HEX triplet: 37, 9B and AB. RGB value is (55,155,171). Sum of RGB (Red+Green+Blue) = 55+155+171=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #379BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379BAB is #C86454. Grayscale: #7E7E7E. Windows color (decimal): -13132885 or 11246391. OLE color: 11246391.

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

Color convert

RGB 55 155 171 -
CMYK 0.68 0.09 0 0.33
HSL 188.28º 0.51% 0.44% -
HSV(B) 188.28º 0.68% 0.67% -
XYZ 20.65 27.2 42.69 -
YUV 126.92 152.87 76.7 -
System Red Green Blue C M Y K H S L
Decimal 55 155 171 0.68 0.09 0 0.33 188.28 0.51 0.44
Hex 37 9B AB 44 9 0 21 BC 33 2C
Octal 67 233 253 104 11 0 41 274 63 54
Binary 110111 10011011 10101011 1000100 1001 0 100001 10111100 110011 101100

Color Harmonies of #379BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379BAB

Black with #379BAB

Text Example


Text Example

White with #379BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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