Html Css Color HEX #379BA2 Scooter

📋 copy color: '#379BA2'

red 55 ◦ green 155 ◦ blue 162

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

Shades of Scooter #379BA2

Tints of Scooter #379BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.55%

R = 14.78%
G = 41.67%
B = 43.55%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#379BA2 (or 0x379BA2) is known color: Scooter. HEX triplet: 37, 9B and A2. RGB value is (55,155,162). Sum of RGB (Red+Green+Blue) = 55+155+162=372 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.78% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 162 - color contains mainly: blue. Hex color #379BA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379BA2 is #C8645D. Grayscale: #7D7D7D. Windows color (decimal): -13132894 or 10656567. OLE color: 10656567.

HSL color Cylindrical-coordinate representation of color #379BA2: hue angle of 183.93º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #379BA2 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 55 155 162 -
CMYK 0.66 0.04 0 0.36
HSL 183.93º 0.49% 0.43% -
HSV(B) 183.93º 0.66% 0.64% -
XYZ 19.82 26.86 38.32 -
YUV 125.9 148.37 77.43 -
System Red Green Blue C M Y K H S L
Decimal 55 155 162 0.66 0.04 0 0.36 183.93 0.49 0.43
Hex 37 9B A2 42 4 0 24 B8 31 2B
Octal 67 233 242 102 4 0 44 270 61 53
Binary 110111 10011011 10100010 1000010 100 0 100100 10111000 110001 101011

Color Harmonies of #379BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379BA2

Black with #379BA2

Text Example


Text Example

White with #379BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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