Html Css Color HEX #276EAC Lochmara

📋 copy color: '#276EAC'

red 39 ◦ green 110 ◦ blue 172

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

Shades of Lochmara #276EAC

Tints of Lochmara #276EAC

RGB

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

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

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

R = 12.15%
G = 34.27%
B = 53.58%

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

#276EAC (or 0x276EAC) is known color: Lochmara. HEX triplet: 27, 6E and AC. RGB value is (39,110,172). Sum of RGB (Red+Green+Blue) = 39+110+172=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #276EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276EAC is #D89153. Grayscale: #5F5F5F. Windows color (decimal): -14192980 or 11300391. OLE color: 11300391.

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

Color convert

RGB 39 110 172 -
CMYK 0.77 0.36 0 0.33
HSL 207.97º 0.63% 0.41% -
HSV(B) 207.97º 0.77% 0.67% -
XYZ 13.86 14.56 41.11 -
YUV 95.84 170.98 87.46 -
System Red Green Blue C M Y K H S L
Decimal 39 110 172 0.77 0.36 0 0.33 207.97 0.63 0.41
Hex 27 6E AC 4D 24 0 21 D0 3F 29
Octal 47 156 254 115 44 0 41 320 77 51
Binary 100111 1101110 10101100 1001101 100100 0 100001 11010000 111111 101001

Color Harmonies of #276EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276EAC

Black with #276EAC

Text Example


Text Example

White with #276EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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