Html Css Color HEX #277FA5 Scooter

📋 copy color: '#277FA5'

red 39 ◦ green 127 ◦ blue 165

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

Shades of Scooter #277FA5

Tints of Scooter #277FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 49.85%

R = 11.78%
G = 38.37%
B = 49.85%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#277FA5 (or 0x277FA5) is known color: Scooter. HEX triplet: 27, 7F and A5. RGB value is (39,127,165). Sum of RGB (Red+Green+Blue) = 39+127+165=331 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.78% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 165 (64.84% from 255 or 49.85% from 331); Max value from RGB is 165 - color contains mainly: blue. Hex color #277FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277FA5 is #D8805A. Grayscale: #686868. Windows color (decimal): -14188635 or 10845991. OLE color: 10845991.

HSL color Cylindrical-coordinate representation of color #277FA5: hue angle of 198.1º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #277FA5 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 39 127 165 -
CMYK 0.76 0.23 0 0.35
HSL 198.1º 0.62% 0.4% -
HSV(B) 198.1º 0.76% 0.65% -
XYZ 15.22 18.33 38.33 -
YUV 105.02 161.85 80.91 -
System Red Green Blue C M Y K H S L
Decimal 39 127 165 0.76 0.23 0 0.35 198.1 0.62 0.4
Hex 27 7F A5 4C 17 0 23 C6 3E 28
Octal 47 177 245 114 27 0 43 306 76 50
Binary 100111 1111111 10100101 1001100 10111 0 100011 11000110 111110 101000

Color Harmonies of #277FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277FA5

Black with #277FA5

Text Example


Text Example

White with #277FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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