Html Css Color HEX #276DAC Lochmara

📋 copy color: '#276DAC'

red 39 ◦ green 109 ◦ blue 172

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

Shades of Lochmara #276DAC

Tints of Lochmara #276DAC

RGB

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

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

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

R = 12.19%
G = 34.06%
B = 53.75%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#276DAC (or 0x276DAC) is known color: Lochmara. HEX triplet: 27, 6D and AC. RGB value is (39,109,172). Sum of RGB (Red+Green+Blue) = 39+109+172=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #276DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276DAC is #D89253. Grayscale: #5E5E5E. Windows color (decimal): -14193236 or 11300135. OLE color: 11300135.

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

Color convert

RGB 39 109 172 -
CMYK 0.77 0.37 0 0.33
HSL 208.42º 0.63% 0.41% -
HSV(B) 208.42º 0.77% 0.67% -
XYZ 13.75 14.35 41.07 -
YUV 95.25 171.31 87.88 -
System Red Green Blue C M Y K H S L
Decimal 39 109 172 0.77 0.37 0 0.33 208.42 0.63 0.41
Hex 27 6D AC 4D 25 0 21 D0 3F 29
Octal 47 155 254 115 45 0 41 320 77 51
Binary 100111 1101101 10101100 1001101 100101 0 100001 11010000 111111 101001

Color Harmonies of #276DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276DAC

Black with #276DAC

Text Example


Text Example

White with #276DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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