Html Css Color HEX #379DA2 Scooter

📋 copy color: '#379DA2'

red 55 ◦ green 157 ◦ blue 162

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

Shades of Scooter #379DA2

Tints of Scooter #379DA2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.98%

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

R = 14.71%
G = 41.98%
B = 43.32%

CMYK

 C value IS 0.66

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#379DA2 (or 0x379DA2) is known color: Scooter. HEX triplet: 37, 9D and A2. RGB value is (55,157,162). Sum of RGB (Red+Green+Blue) = 55+157+162=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 162 - color contains mainly: blue. Hex color #379DA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379DA2 is #C8625D. Grayscale: #7E7E7E. Windows color (decimal): -13132382 or 10657079. OLE color: 10657079.

HSL color Cylindrical-coordinate representation of color #379DA2: hue angle of 182.8º 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 #379DA2 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 55 157 162 -
CMYK 0.66 0.03 0 0.36
HSL 182.8º 0.49% 0.43% -
HSV(B) 182.8º 0.66% 0.64% -
XYZ 20.15 27.53 38.43 -
YUV 127.07 147.71 76.59 -
System Red Green Blue C M Y K H S L
Decimal 55 157 162 0.66 0.03 0 0.36 182.8 0.49 0.43
Hex 37 9D A2 42 3 0 24 B7 31 2B
Octal 67 235 242 102 3 0 44 267 61 53
Binary 110111 10011101 10100010 1000010 11 0 100100 10110111 110001 101011

Color Harmonies of #379DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379DA2

Black with #379DA2

Text Example


Text Example

White with #379DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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