Html Css Color HEX #377F9D Scooter

📋 copy color: '#377F9D'

red 55 ◦ green 127 ◦ blue 157

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

Shades of Scooter #377F9D

Tints of Scooter #377F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.31%

R = 16.22%
G = 37.46%
B = 46.31%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#377F9D (or 0x377F9D) is known color: Scooter. HEX triplet: 37, 7F and 9D. RGB value is (55,127,157). Sum of RGB (Red+Green+Blue) = 55+127+157=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #377F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377F9D is #C88062. Grayscale: #6C6C6C. Windows color (decimal): -13140067 or 10321719. OLE color: 10321719.

HSL color Cylindrical-coordinate representation of color #377F9D: hue angle of 197.65º 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 #377F9D is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 127 157 -
CMYK 0.65 0.19 0 0.38
HSL 197.65º 0.48% 0.42% -
HSV(B) 197.65º 0.65% 0.62% -
XYZ 15.25 18.43 34.65 -
YUV 108.89 155.15 89.56 -
System Red Green Blue C M Y K H S L
Decimal 55 127 157 0.65 0.19 0 0.38 197.65 0.48 0.42
Hex 37 7F 9D 41 13 0 26 C6 30 2A
Octal 67 177 235 101 23 0 46 306 60 52
Binary 110111 1111111 10011101 1000001 10011 0 100110 11000110 110000 101010

Color Harmonies of #377F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F9D

Black with #377F9D

Text Example


Text Example

White with #377F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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