Html Css Color HEX #277FAD Lochmara

📋 copy color: '#277FAD'

red 39 ◦ green 127 ◦ blue 173

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

Shades of Lochmara #277FAD

Tints of Lochmara #277FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.03%

R = 11.5%
G = 37.46%
B = 51.03%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#277FAD (or 0x277FAD) is known color: Lochmara. HEX triplet: 27, 7F and AD. RGB value is (39,127,173). Sum of RGB (Red+Green+Blue) = 39+127+173=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #277FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277FAD is #D88052. Grayscale: #696969. Windows color (decimal): -14188627 or 11370279. OLE color: 11370279.

HSL color Cylindrical-coordinate representation of color #277FAD: hue angle of 200.6º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #277FAD is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 127 173 -
CMYK 0.77 0.27 0 0.32
HSL 200.6º 0.63% 0.42% -
HSV(B) 200.6º 0.77% 0.68% -
XYZ 15.97 18.63 42.29 -
YUV 105.93 165.85 80.26 -
System Red Green Blue C M Y K H S L
Decimal 39 127 173 0.77 0.27 0 0.32 200.6 0.63 0.42
Hex 27 7F AD 4D 1B 0 20 C9 3F 2A
Octal 47 177 255 115 33 0 40 311 77 52
Binary 100111 1111111 10101101 1001101 11011 0 100000 11001001 111111 101010

Color Harmonies of #277FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277FAD

Black with #277FAD

Text Example


Text Example

White with #277FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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