Html Css Color HEX #277C97 Scooter

📋 copy color: '#277C97'

red 39 ◦ green 124 ◦ blue 151

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

Shades of Scooter #277C97

Tints of Scooter #277C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.09%

R = 12.42%
G = 39.49%
B = 48.09%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#277C97 (or 0x277C97) is known color: Scooter. HEX triplet: 27, 7C and 97. RGB value is (39,124,151). Sum of RGB (Red+Green+Blue) = 39+124+151=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #277C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277C97 is #D88368. Grayscale: #656565. Windows color (decimal): -14189417 or 9927719. OLE color: 9927719.

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

Color convert

RGB 39 124 151 -
CMYK 0.74 0.18 0 0.41
HSL 194.46º 0.59% 0.37% -
HSV(B) 194.46º 0.74% 0.59% -
XYZ 13.63 17.08 31.86 -
YUV 101.66 155.84 83.3 -
System Red Green Blue C M Y K H S L
Decimal 39 124 151 0.74 0.18 0 0.41 194.46 0.59 0.37
Hex 27 7C 97 4A 12 0 29 C2 3B 25
Octal 47 174 227 112 22 0 51 302 73 45
Binary 100111 1111100 10010111 1001010 10010 0 101001 11000010 111011 100101

Color Harmonies of #277C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277C97

Black with #277C97

Text Example


Text Example

White with #277C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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