Html Css Color HEX #276CAC Lochmara

📋 copy color: '#276CAC'

red 39 ◦ green 108 ◦ blue 172

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

Shades of Lochmara #276CAC

Tints of Lochmara #276CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.86%

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

R = 12.23%
G = 33.86%
B = 53.92%

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

#276CAC (or 0x276CAC) is known color: Lochmara. HEX triplet: 27, 6C and AC. RGB value is (39,108,172). Sum of RGB (Red+Green+Blue) = 39+108+172=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #276CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276CAC is #D89353. Grayscale: #5E5E5E. Windows color (decimal): -14193492 or 11299879. OLE color: 11299879.

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

Color convert

RGB 39 108 172 -
CMYK 0.77 0.37 0 0.33
HSL 208.87º 0.63% 0.41% -
HSV(B) 208.87º 0.77% 0.67% -
XYZ 13.65 14.14 41.04 -
YUV 94.67 171.64 88.3 -
System Red Green Blue C M Y K H S L
Decimal 39 108 172 0.77 0.37 0 0.33 208.87 0.63 0.41
Hex 27 6C AC 4D 25 0 21 D1 3F 29
Octal 47 154 254 115 45 0 41 321 77 51
Binary 100111 1101100 10101100 1001101 100101 0 100001 11010001 111111 101001

Color Harmonies of #276CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276CAC

Black with #276CAC

Text Example


Text Example

White with #276CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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