Html Css Color HEX #377F9E Scooter

📋 copy color: '#377F9E'

red 55 ◦ green 127 ◦ blue 158

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

Shades of Scooter #377F9E

Tints of Scooter #377F9E

RGB

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

 GREEN value IS 127 (50% from 255) = 37.35%

 BLUE value IS 158 (62.11% from 255) = 46.47%

R = 16.18%
G = 37.35%
B = 46.47%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#377F9E (or 0x377F9E) is known color: Scooter. HEX triplet: 37, 7F and 9E. RGB value is (55,127,158). Sum of RGB (Red+Green+Blue) = 55+127+158=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #377F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377F9E is #C88061. Grayscale: #6C6C6C. Windows color (decimal): -13140066 or 10387255. OLE color: 10387255.

HSL color Cylindrical-coordinate representation of color #377F9E: hue angle of 198.06º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #377F9E is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 127 158 -
CMYK 0.65 0.20 0 0.38
HSL 198.06º 0.48% 0.42% -
HSV(B) 198.06º 0.65% 0.62% -
XYZ 15.34 18.46 35.1 -
YUV 109.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 55 127 158 0.65 0.20 0 0.38 198.06 0.48 0.42
Hex 37 7F 9E 41 14 0 26 C6 30 2A
Octal 67 177 236 101 24 0 46 306 60 52
Binary 110111 1111111 10011110 1000001 10100 0 100110 11000110 110000 101010

Color Harmonies of #377F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F9E

Black with #377F9E

Text Example


Text Example

White with #377F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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