Html Css Color HEX #276BAA Lochmara

📋 copy color: '#276BAA'

red 39 ◦ green 107 ◦ blue 170

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

Shades of Lochmara #276BAA

Tints of Lochmara #276BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.86%

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

R = 12.34%
G = 33.86%
B = 53.8%

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

#276BAA (or 0x276BAA) is known color: Lochmara. HEX triplet: 27, 6B and AA. RGB value is (39,107,170). Sum of RGB (Red+Green+Blue) = 39+107+170=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #276BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276BAA is #D89455. Grayscale: #5D5D5D. Windows color (decimal): -14193750 or 11168551. OLE color: 11168551.

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

Color convert

RGB 39 107 170 -
CMYK 0.77 0.37 0 0.33
HSL 208.86º 0.63% 0.41% -
HSV(B) 208.86º 0.77% 0.67% -
XYZ 13.35 13.85 40 -
YUV 93.85 170.97 88.88 -
System Red Green Blue C M Y K H S L
Decimal 39 107 170 0.77 0.37 0 0.33 208.86 0.63 0.41
Hex 27 6B AA 4D 25 0 21 D1 3F 29
Octal 47 153 252 115 45 0 41 321 77 51
Binary 100111 1101011 10101010 1001101 100101 0 100001 11010001 111111 101001

Color Harmonies of #276BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276BAA

Black with #276BAA

Text Example


Text Example

White with #276BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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