Html Css Color HEX #276AAD Lochmara

📋 copy color: '#276AAD'

red 39 ◦ green 106 ◦ blue 173

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

Shades of Lochmara #276AAD

Tints of Lochmara #276AAD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.33%

 BLUE value IS 173 (67.97% from 255) = 54.4%

R = 12.26%
G = 33.33%
B = 54.4%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#276AAD (or 0x276AAD) is known color: Lochmara. HEX triplet: 27, 6A and AD. RGB value is (39,106,173). Sum of RGB (Red+Green+Blue) = 39+106+173=318 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.26% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #276AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276AAD is #D89552. Grayscale: #5D5D5D. Windows color (decimal): -14194003 or 11364903. OLE color: 11364903.

HSL color Cylindrical-coordinate representation of color #276AAD: hue angle of 210º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #276AAD is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 106 173 -
CMYK 0.77 0.39 0 0.32
HSL 210º 0.63% 0.42% -
HSV(B) 210º 0.77% 0.68% -
XYZ 13.53 13.76 41.48 -
YUV 93.61 172.8 89.05 -
System Red Green Blue C M Y K H S L
Decimal 39 106 173 0.77 0.39 0 0.32 210 0.63 0.42
Hex 27 6A AD 4D 27 0 20 D2 3F 2A
Octal 47 152 255 115 47 0 40 322 77 52
Binary 100111 1101010 10101101 1001101 100111 0 100000 11010010 111111 101010

Color Harmonies of #276AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276AAD

Black with #276AAD

Text Example


Text Example

White with #276AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,106,173); }

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

background-color css

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

 a { background-color: rgb(39,106,173); }

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

border-color css

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

 span { border-color: rgb(39,106,173); }

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