Html Css Color HEX #277F95 Scooter

📋 copy color: '#277F95'

red 39 ◦ green 127 ◦ blue 149

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

Shades of Scooter #277F95

Tints of Scooter #277F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.3%

R = 12.38%
G = 40.32%
B = 47.3%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#277F95 (or 0x277F95) is known color: Scooter. HEX triplet: 27, 7F and 95. RGB value is (39,127,149). Sum of RGB (Red+Green+Blue) = 39+127+149=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #277F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277F95 is #D8806A. Grayscale: #676767. Windows color (decimal): -14188651 or 9797415. OLE color: 9797415.

HSL color Cylindrical-coordinate representation of color #277F95: hue angle of 192º degrees, saturation: 0.59, 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 #277F95 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 127 149 -
CMYK 0.74 0.15 0 0.42
HSL 192º 0.59% 0.37% -
HSV(B) 192º 0.74% 0.58% -
XYZ 13.85 17.78 31.14 -
YUV 103.2 153.85 82.21 -
System Red Green Blue C M Y K H S L
Decimal 39 127 149 0.74 0.15 0 0.42 192 0.59 0.37
Hex 27 7F 95 4A F 0 2A C0 3B 25
Octal 47 177 225 112 17 0 52 300 73 45
Binary 100111 1111111 10010101 1001010 1111 0 101010 11000000 111011 100101

Color Harmonies of #277F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277F95

Black with #277F95

Text Example


Text Example

White with #277F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,127,149); }

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

background-color css

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

 a { background-color: rgb(39,127,149); }

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

border-color css

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

 span { border-color: rgb(39,127,149); }

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