Html Css Color HEX #379CAA Scooter

📋 copy color: '#379CAA'

red 55 ◦ green 156 ◦ blue 170

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

Shades of Scooter #379CAA

Tints of Scooter #379CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.94%

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 14.44%
G = 40.94%
B = 44.62%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#379CAA (or 0x379CAA) is known color: Scooter. HEX triplet: 37, 9C and AA. RGB value is (55,156,170). Sum of RGB (Red+Green+Blue) = 55+156+170=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #379CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379CAA is #C86355. Grayscale: #7F7F7F. Windows color (decimal): -13132630 or 11181111. OLE color: 11181111.

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

Color convert

RGB 55 156 170 -
CMYK 0.68 0.08 0 0.33
HSL 187.3º 0.51% 0.44% -
HSV(B) 187.3º 0.68% 0.67% -
XYZ 20.72 27.49 42.24 -
YUV 127.4 152.04 76.36 -
System Red Green Blue C M Y K H S L
Decimal 55 156 170 0.68 0.08 0 0.33 187.3 0.51 0.44
Hex 37 9C AA 44 8 0 21 BB 33 2C
Octal 67 234 252 104 10 0 41 273 63 54
Binary 110111 10011100 10101010 1000100 1000 0 100001 10111011 110011 101100

Color Harmonies of #379CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379CAA

Black with #379CAA

Text Example


Text Example

White with #379CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,156,170); }

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

background-color css

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

 a { background-color: rgb(55,156,170); }

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

border-color css

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

 span { border-color: rgb(55,156,170); }

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