Html Css Color HEX #277CAD Lochmara

📋 copy color: '#277CAD'

red 39 ◦ green 124 ◦ blue 173

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

Shades of Lochmara #277CAD

Tints of Lochmara #277CAD

RGB

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

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

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

R = 11.61%
G = 36.9%
B = 51.49%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#277CAD (or 0x277CAD) is known color: Lochmara. HEX triplet: 27, 7C and AD. RGB value is (39,124,173). Sum of RGB (Red+Green+Blue) = 39+124+173=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #277CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277CAD is #D88352. Grayscale: #676767. Windows color (decimal): -14189395 or 11369511. OLE color: 11369511.

HSL color Cylindrical-coordinate representation of color #277CAD: hue angle of 201.94º 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 #277CAD is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 124 173 -
CMYK 0.77 0.28 0 0.32
HSL 201.94º 0.63% 0.42% -
HSV(B) 201.94º 0.77% 0.68% -
XYZ 15.59 17.86 42.16 -
YUV 104.17 166.84 81.52 -
System Red Green Blue C M Y K H S L
Decimal 39 124 173 0.77 0.28 0 0.32 201.94 0.63 0.42
Hex 27 7C AD 4D 1C 0 20 CA 3F 2A
Octal 47 174 255 115 34 0 40 312 77 52
Binary 100111 1111100 10101101 1001101 11100 0 100000 11001010 111111 101010

Color Harmonies of #277CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277CAD

Black with #277CAD

Text Example


Text Example

White with #277CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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