Html Css Color HEX #377F9F Scooter

📋 copy color: '#377F9F'

red 55 ◦ green 127 ◦ blue 159

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

Shades of Scooter #377F9F

Tints of Scooter #377F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.63%

R = 16.13%
G = 37.24%
B = 46.63%

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

#377F9F (or 0x377F9F) is known color: Scooter. HEX triplet: 37, 7F and 9F. RGB value is (55,127,159). Sum of RGB (Red+Green+Blue) = 55+127+159=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #377F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377F9F is #C88060. Grayscale: #6C6C6C. Windows color (decimal): -13140065 or 10452791. OLE color: 10452791.

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

Color convert

RGB 55 127 159 -
CMYK 0.65 0.20 0 0.38
HSL 198.46º 0.49% 0.42% -
HSV(B) 198.46º 0.65% 0.62% -
XYZ 15.42 18.49 35.56 -
YUV 109.12 156.15 89.4 -
System Red Green Blue C M Y K H S L
Decimal 55 127 159 0.65 0.20 0 0.38 198.46 0.49 0.42
Hex 37 7F 9F 41 14 0 26 C6 31 2A
Octal 67 177 237 101 24 0 46 306 61 52
Binary 110111 1111111 10011111 1000001 10100 0 100110 11000110 110001 101010

Color Harmonies of #377F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F9F

Black with #377F9F

Text Example


Text Example

White with #377F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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