Html Css Color HEX #276EAE Lochmara

📋 copy color: '#276EAE'

red 39 ◦ green 110 ◦ blue 174

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

Shades of Lochmara #276EAE

Tints of Lochmara #276EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.06%

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

R = 12.07%
G = 34.06%
B = 53.87%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#276EAE (or 0x276EAE) is known color: Lochmara. HEX triplet: 27, 6E and AE. RGB value is (39,110,174). Sum of RGB (Red+Green+Blue) = 39+110+174=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #276EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276EAE is #D89151. Grayscale: #5F5F5F. Windows color (decimal): -14192978 or 11431463. OLE color: 11431463.

HSL color Cylindrical-coordinate representation of color #276EAE: hue angle of 208.44º 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 #276EAE is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 110 174 -
CMYK 0.78 0.37 0 0.32
HSL 208.44º 0.63% 0.42% -
HSV(B) 208.44º 0.78% 0.68% -
XYZ 14.05 14.64 42.13 -
YUV 96.07 171.98 87.3 -
System Red Green Blue C M Y K H S L
Decimal 39 110 174 0.78 0.37 0 0.32 208.44 0.63 0.42
Hex 27 6E AE 4E 25 0 20 D0 3F 2A
Octal 47 156 256 116 45 0 40 320 77 52
Binary 100111 1101110 10101110 1001110 100101 0 100000 11010000 111111 101010

Color Harmonies of #276EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276EAE

Black with #276EAE

Text Example


Text Example

White with #276EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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