Html Css Color HEX #277C94 Scooter

📋 copy color: '#277C94'

red 39 ◦ green 124 ◦ blue 148

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

Shades of Scooter #277C94

Tints of Scooter #277C94

RGB

 RED value IS 39 (15.63% from 255) = 12.54%

 GREEN value IS 124 (48.83% from 255) = 39.87%

 BLUE value IS 148 (58.2% from 255) = 47.59%

R = 12.54%
G = 39.87%
B = 47.59%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#277C94 (or 0x277C94) is known color: Scooter. HEX triplet: 27, 7C and 94. RGB value is (39,124,148). Sum of RGB (Red+Green+Blue) = 39+124+148=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #277C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277C94 is #D8836B. Grayscale: #656565. Windows color (decimal): -14189420 or 9731111. OLE color: 9731111.

HSL color Cylindrical-coordinate representation of color #277C94: hue angle of 193.21º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #277C94 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 124 148 -
CMYK 0.74 0.16 0 0.42
HSL 193.21º 0.58% 0.37% -
HSV(B) 193.21º 0.74% 0.58% -
XYZ 13.39 16.98 30.59 -
YUV 101.32 154.34 83.55 -
System Red Green Blue C M Y K H S L
Decimal 39 124 148 0.74 0.16 0 0.42 193.21 0.58 0.37
Hex 27 7C 94 4A 10 0 2A C1 3A 25
Octal 47 174 224 112 20 0 52 301 72 45
Binary 100111 1111100 10010100 1001010 10000 0 101010 11000001 111010 100101

Color Harmonies of #277C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277C94

Black with #277C94

Text Example


Text Example

White with #277C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277C94; }

 p { color: rgb(39,124,148); }

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

background-color css

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

 a { background-color: rgb(39,124,148); }

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

border-color css

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

 span { border-color: rgb(39,124,148); }

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