Html Css Color HEX #379EAA Scooter

📋 copy color: '#379EAA'

red 55 ◦ green 158 ◦ blue 170

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

Shades of Scooter #379EAA

Tints of Scooter #379EAA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.25%

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

R = 14.36%
G = 41.25%
B = 44.39%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#379EAA (or 0x379EAA) is known color: Scooter. HEX triplet: 37, 9E and AA. RGB value is (55,158,170). Sum of RGB (Red+Green+Blue) = 55+158+170=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #379EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379EAA is #C86155. Grayscale: #808080. Windows color (decimal): -13132118 or 11181623. OLE color: 11181623.

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

Color convert

RGB 55 158 170 -
CMYK 0.68 0.07 0 0.33
HSL 186.26º 0.51% 0.44% -
HSV(B) 186.26º 0.68% 0.67% -
XYZ 21.06 28.17 42.36 -
YUV 128.57 151.38 75.52 -
System Red Green Blue C M Y K H S L
Decimal 55 158 170 0.68 0.07 0 0.33 186.26 0.51 0.44
Hex 37 9E AA 44 7 0 21 BA 33 2C
Octal 67 236 252 104 7 0 41 272 63 54
Binary 110111 10011110 10101010 1000100 111 0 100001 10111010 110011 101100

Color Harmonies of #379EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379EAA

Black with #379EAA

Text Example


Text Example

White with #379EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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