Html Css Color HEX #379BA5 Scooter

📋 copy color: '#379BA5'

red 55 ◦ green 155 ◦ blue 165

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

Shades of Scooter #379BA5

Tints of Scooter #379BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44%

R = 14.67%
G = 41.33%
B = 44%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#379BA5 (or 0x379BA5) is known color: Scooter. HEX triplet: 37, 9B and A5. RGB value is (55,155,165). Sum of RGB (Red+Green+Blue) = 55+155+165=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 165 - color contains mainly: blue. Hex color #379BA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379BA5 is #C8645A. Grayscale: #7E7E7E. Windows color (decimal): -13132891 or 10853175. OLE color: 10853175.

HSL color Cylindrical-coordinate representation of color #379BA5: hue angle of 185.45º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #379BA5 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 55 155 165 -
CMYK 0.67 0.06 0 0.35
HSL 185.45º 0.5% 0.43% -
HSV(B) 185.45º 0.67% 0.65% -
XYZ 20.09 26.97 39.74 -
YUV 126.24 149.87 77.19 -
System Red Green Blue C M Y K H S L
Decimal 55 155 165 0.67 0.06 0 0.35 185.45 0.5 0.43
Hex 37 9B A5 43 6 0 23 B9 32 2B
Octal 67 233 245 103 6 0 43 271 62 53
Binary 110111 10011011 10100101 1000011 110 0 100011 10111001 110010 101011

Color Harmonies of #379BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379BA5

Black with #379BA5

Text Example


Text Example

White with #379BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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