Html Css Color HEX #277D99 Scooter

📋 copy color: '#277D99'

red 39 ◦ green 125 ◦ blue 153

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

Shades of Scooter #277D99

Tints of Scooter #277D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.43%

 BLUE value IS 153 (60.16% from 255) = 48.26%

R = 12.3%
G = 39.43%
B = 48.26%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#277D99 (or 0x277D99) is known color: Scooter. HEX triplet: 27, 7D and 99. RGB value is (39,125,153). Sum of RGB (Red+Green+Blue) = 39+125+153=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #277D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277D99 is #D88266. Grayscale: #666666. Windows color (decimal): -14189159 or 10059047. OLE color: 10059047.

HSL color Cylindrical-coordinate representation of color #277D99: hue angle of 194.74º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #277D99 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 125 153 -
CMYK 0.75 0.18 0 0.4
HSL 194.74º 0.59% 0.38% -
HSV(B) 194.74º 0.75% 0.6% -
XYZ 13.92 17.4 32.76 -
YUV 102.48 156.51 82.72 -
System Red Green Blue C M Y K H S L
Decimal 39 125 153 0.75 0.18 0 0.4 194.74 0.59 0.38
Hex 27 7D 99 4B 12 0 28 C3 3B 26
Octal 47 175 231 113 22 0 50 303 73 46
Binary 100111 1111101 10011001 1001011 10010 0 101000 11000011 111011 100110

Color Harmonies of #277D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277D99

Black with #277D99

Text Example


Text Example

White with #277D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,125,153); }

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

background-color css

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

 a { background-color: rgb(39,125,153); }

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

border-color css

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

 span { border-color: rgb(39,125,153); }

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