Html Css Color HEX #276BAE Lochmara

📋 copy color: '#276BAE'

red 39 ◦ green 107 ◦ blue 174

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

Shades of Lochmara #276BAE

Tints of Lochmara #276BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.38%

R = 12.19%
G = 33.44%
B = 54.38%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#276BAE (or 0x276BAE) is known color: Lochmara. HEX triplet: 27, 6B and AE. RGB value is (39,107,174). Sum of RGB (Red+Green+Blue) = 39+107+174=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #276BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276BAE is #D89451. Grayscale: #5D5D5D. Windows color (decimal): -14193746 or 11430695. OLE color: 11430695.

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

Color convert

RGB 39 107 174 -
CMYK 0.78 0.39 0 0.32
HSL 209.78º 0.63% 0.42% -
HSV(B) 209.78º 0.78% 0.68% -
XYZ 13.73 14 42.02 -
YUV 94.31 172.97 88.55 -
System Red Green Blue C M Y K H S L
Decimal 39 107 174 0.78 0.39 0 0.32 209.78 0.63 0.42
Hex 27 6B AE 4E 27 0 20 D2 3F 2A
Octal 47 153 256 116 47 0 40 322 77 52
Binary 100111 1101011 10101110 1001110 100111 0 100000 11010010 111111 101010

Color Harmonies of #276BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276BAE

Black with #276BAE

Text Example


Text Example

White with #276BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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