Html Css Color HEX #379AAA Scooter

📋 copy color: '#379AAA'

red 55 ◦ green 154 ◦ blue 170

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

Shades of Scooter #379AAA

Tints of Scooter #379AAA

RGB

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

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

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

R = 14.51%
G = 40.63%
B = 44.85%

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

#379AAA (or 0x379AAA) is known color: Scooter. HEX triplet: 37, 9A and AA. RGB value is (55,154,170). Sum of RGB (Red+Green+Blue) = 55+154+170=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #379AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379AAA is #C86555. Grayscale: #7E7E7E. Windows color (decimal): -13133142 or 11180599. OLE color: 11180599.

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

Color convert

RGB 55 154 170 -
CMYK 0.68 0.09 0 0.33
HSL 188.35º 0.51% 0.44% -
HSV(B) 188.35º 0.68% 0.67% -
XYZ 20.39 26.83 42.13 -
YUV 126.22 152.7 77.2 -
System Red Green Blue C M Y K H S L
Decimal 55 154 170 0.68 0.09 0 0.33 188.35 0.51 0.44
Hex 37 9A AA 44 9 0 21 BC 33 2C
Octal 67 232 252 104 11 0 41 274 63 54
Binary 110111 10011010 10101010 1000100 1001 0 100001 10111100 110011 101100

Color Harmonies of #379AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379AAA

Black with #379AAA

Text Example


Text Example

White with #379AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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