Html Css Color HEX #379099 Scooter

📋 copy color: '#379099'

red 55 ◦ green 144 ◦ blue 153

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

Shades of Scooter #379099

Tints of Scooter #379099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.91%

 BLUE value IS 153 (60.16% from 255) = 43.47%

R = 15.63%
G = 40.91%
B = 43.47%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#379099 (or 0x379099) is known color: Scooter. HEX triplet: 37, 90 and 99. RGB value is (55,144,153). Sum of RGB (Red+Green+Blue) = 55+144+153=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #379099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379099 is #C86F66. Grayscale: #767676. Windows color (decimal): -13135719 or 10063927. OLE color: 10063927.

HSL color Cylindrical-coordinate representation of color #379099: hue angle of 185.51º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379099 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 144 153 -
CMYK 0.64 0.06 0 0.4
HSL 185.51º 0.47% 0.41% -
HSV(B) 185.51º 0.64% 0.6% -
XYZ 17.3 23.06 33.68 -
YUV 118.42 147.51 82.77 -
System Red Green Blue C M Y K H S L
Decimal 55 144 153 0.64 0.06 0 0.4 185.51 0.47 0.41
Hex 37 90 99 40 6 0 28 BA 2F 29
Octal 67 220 231 100 6 0 50 272 57 51
Binary 110111 10010000 10011001 1000000 110 0 101000 10111010 101111 101001

Color Harmonies of #379099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379099

Black with #379099

Text Example


Text Example

White with #379099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379099; }

 p { color: rgb(55,144,153); }

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

background-color css

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

 a { background-color: rgb(55,144,153); }

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

border-color css

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

 span { border-color: rgb(55,144,153); }

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