Html Css Color HEX #277EAB Lochmara

📋 copy color: '#277EAB'

red 39 ◦ green 126 ◦ blue 171

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

Shades of Lochmara #277EAB

Tints of Lochmara #277EAB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.5%

 BLUE value IS 171 (67.19% from 255) = 50.89%

R = 11.61%
G = 37.5%
B = 50.89%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#277EAB (or 0x277EAB) is known color: Lochmara. HEX triplet: 27, 7E and AB. RGB value is (39,126,171). Sum of RGB (Red+Green+Blue) = 39+126+171=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #277EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277EAB is #D88154. Grayscale: #686868. Windows color (decimal): -14188885 or 11238951. OLE color: 11238951.

HSL color Cylindrical-coordinate representation of color #277EAB: hue angle of 200.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #277EAB is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 126 171 -
CMYK 0.77 0.26 0 0.33
HSL 200.45º 0.63% 0.41% -
HSV(B) 200.45º 0.77% 0.67% -
XYZ 15.65 18.29 41.23 -
YUV 105.12 165.18 80.84 -
System Red Green Blue C M Y K H S L
Decimal 39 126 171 0.77 0.26 0 0.33 200.45 0.63 0.41
Hex 27 7E AB 4D 1A 0 21 C8 3F 29
Octal 47 176 253 115 32 0 41 310 77 51
Binary 100111 1111110 10101011 1001101 11010 0 100001 11001000 111111 101001

Color Harmonies of #277EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277EAB

Black with #277EAB

Text Example


Text Example

White with #277EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,126,171); }

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

background-color css

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

 a { background-color: rgb(39,126,171); }

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

border-color css

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

 span { border-color: rgb(39,126,171); }

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