Html Css Color HEX #276DAA Lochmara

📋 copy color: '#276DAA'

red 39 ◦ green 109 ◦ blue 170

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

Shades of Lochmara #276DAA

Tints of Lochmara #276DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.28%

 BLUE value IS 170 (66.8% from 255) = 53.46%

R = 12.26%
G = 34.28%
B = 53.46%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#276DAA (or 0x276DAA) is known color: Lochmara. HEX triplet: 27, 6D and AA. RGB value is (39,109,170). Sum of RGB (Red+Green+Blue) = 39+109+170=318 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.26% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #276DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276DAA is #D89255. Grayscale: #5E5E5E. Windows color (decimal): -14193238 or 11169063. OLE color: 11169063.

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

Color convert

RGB 39 109 170 -
CMYK 0.77 0.36 0 0.33
HSL 207.94º 0.63% 0.41% -
HSV(B) 207.94º 0.77% 0.67% -
XYZ 13.56 14.27 40.07 -
YUV 95.02 170.31 88.04 -
System Red Green Blue C M Y K H S L
Decimal 39 109 170 0.77 0.36 0 0.33 207.94 0.63 0.41
Hex 27 6D AA 4D 24 0 21 D0 3F 29
Octal 47 155 252 115 44 0 41 320 77 51
Binary 100111 1101101 10101010 1001101 100100 0 100001 11010000 111111 101001

Color Harmonies of #276DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276DAA

Black with #276DAA

Text Example


Text Example

White with #276DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,109,170); }

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

background-color css

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

 a { background-color: rgb(39,109,170); }

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

border-color css

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

 span { border-color: rgb(39,109,170); }

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