Html Css Color HEX #379AAB Scooter

📋 copy color: '#379AAB'

red 55 ◦ green 154 ◦ blue 171

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

Shades of Scooter #379AAB

Tints of Scooter #379AAB

RGB

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

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

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

R = 14.47%
G = 40.53%
B = 45%

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

#379AAB (or 0x379AAB) is known color: Scooter. HEX triplet: 37, 9A and AB. RGB value is (55,154,171). Sum of RGB (Red+Green+Blue) = 55+154+171=380 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.47% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #379AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379AAB is #C86554. Grayscale: #7E7E7E. Windows color (decimal): -13133141 or 11246135. OLE color: 11246135.

HSL color Cylindrical-coordinate representation of color #379AAB: hue angle of 188.79º 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 #379AAB is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 154 171 -
CMYK 0.68 0.10 0 0.33
HSL 188.79º 0.51% 0.44% -
HSV(B) 188.79º 0.68% 0.67% -
XYZ 20.48 26.86 42.63 -
YUV 126.34 153.2 77.12 -
System Red Green Blue C M Y K H S L
Decimal 55 154 171 0.68 0.10 0 0.33 188.79 0.51 0.44
Hex 37 9A AB 44 A 0 21 BD 33 2C
Octal 67 232 253 104 12 0 41 275 63 54
Binary 110111 10011010 10101011 1000100 1010 0 100001 10111101 110011 101100

Color Harmonies of #379AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379AAB

Black with #379AAB

Text Example


Text Example

White with #379AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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