Html Css Color HEX #277EAE Lochmara

📋 copy color: '#277EAE'

red 39 ◦ green 126 ◦ blue 174

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

Shades of Lochmara #277EAE

Tints of Lochmara #277EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.33%

R = 11.5%
G = 37.17%
B = 51.33%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#277EAE (or 0x277EAE) is known color: Lochmara. HEX triplet: 27, 7E and AE. RGB value is (39,126,174). Sum of RGB (Red+Green+Blue) = 39+126+174=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #277EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277EAE is #D88151. Grayscale: #696969. Windows color (decimal): -14188882 or 11435559. OLE color: 11435559.

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

Color convert

RGB 39 126 174 -
CMYK 0.78 0.28 0 0.32
HSL 201.33º 0.63% 0.42% -
HSV(B) 201.33º 0.78% 0.68% -
XYZ 15.94 18.41 42.76 -
YUV 105.46 166.68 80.6 -
System Red Green Blue C M Y K H S L
Decimal 39 126 174 0.78 0.28 0 0.32 201.33 0.63 0.42
Hex 27 7E AE 4E 1C 0 20 C9 3F 2A
Octal 47 176 256 116 34 0 40 311 77 52
Binary 100111 1111110 10101110 1001110 11100 0 100000 11001001 111111 101010

Color Harmonies of #277EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277EAE

Black with #277EAE

Text Example


Text Example

White with #277EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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