Html Css Color HEX #277EAC Lochmara

📋 copy color: '#277EAC'

red 39 ◦ green 126 ◦ blue 172

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

Shades of Lochmara #277EAC

Tints of Lochmara #277EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.04%

R = 11.57%
G = 37.39%
B = 51.04%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#277EAC (or 0x277EAC) is known color: Lochmara. HEX triplet: 27, 7E and AC. RGB value is (39,126,172). Sum of RGB (Red+Green+Blue) = 39+126+172=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #277EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277EAC is #D88153. Grayscale: #686868. Windows color (decimal): -14188884 or 11304487. OLE color: 11304487.

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

Color convert

RGB 39 126 172 -
CMYK 0.77 0.27 0 0.33
HSL 200.75º 0.63% 0.41% -
HSV(B) 200.75º 0.77% 0.67% -
XYZ 15.74 18.33 41.74 -
YUV 105.23 165.68 80.76 -
System Red Green Blue C M Y K H S L
Decimal 39 126 172 0.77 0.27 0 0.33 200.75 0.63 0.41
Hex 27 7E AC 4D 1B 0 21 C9 3F 29
Octal 47 176 254 115 33 0 41 311 77 51
Binary 100111 1111110 10101100 1001101 11011 0 100001 11001001 111111 101001

Color Harmonies of #277EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277EAC

Black with #277EAC

Text Example


Text Example

White with #277EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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