Html Css Color HEX #276CAA Lochmara

📋 copy color: '#276CAA'

red 39 ◦ green 108 ◦ blue 170

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

Shades of Lochmara #276CAA

Tints of Lochmara #276CAA

RGB

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

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

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

R = 12.3%
G = 34.07%
B = 53.63%

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

#276CAA (or 0x276CAA) is known color: Lochmara. HEX triplet: 27, 6C and AA. RGB value is (39,108,170). Sum of RGB (Red+Green+Blue) = 39+108+170=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #276CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276CAA is #D89355. Grayscale: #5E5E5E. Windows color (decimal): -14193494 or 11168807. OLE color: 11168807.

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

Color convert

RGB 39 108 170 -
CMYK 0.77 0.36 0 0.33
HSL 208.4º 0.63% 0.41% -
HSV(B) 208.4º 0.77% 0.67% -
XYZ 13.45 14.06 40.03 -
YUV 94.44 170.64 88.46 -
System Red Green Blue C M Y K H S L
Decimal 39 108 170 0.77 0.36 0 0.33 208.4 0.63 0.41
Hex 27 6C AA 4D 24 0 21 D0 3F 29
Octal 47 154 252 115 44 0 41 320 77 51
Binary 100111 1101100 10101010 1001101 100100 0 100001 11010000 111111 101001

Color Harmonies of #276CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276CAA

Black with #276CAA

Text Example


Text Example

White with #276CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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