Html Css Color HEX #276997 Lochmara

📋 copy color: '#276997'

red 39 ◦ green 105 ◦ blue 151

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

Shades of Lochmara #276997

Tints of Lochmara #276997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.59%

 BLUE value IS 151 (59.38% from 255) = 51.19%

R = 13.22%
G = 35.59%
B = 51.19%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#276997 (or 0x276997) is known color: Lochmara. HEX triplet: 27, 69 and 97. RGB value is (39,105,151). Sum of RGB (Red+Green+Blue) = 39+105+151=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #276997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276997 is #D89668. Grayscale: #5A5A5A. Windows color (decimal): -14194281 or 9922855. OLE color: 9922855.

HSL color Cylindrical-coordinate representation of color #276997: hue angle of 204.64º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #276997 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 39 105 151 -
CMYK 0.74 0.30 0 0.41
HSL 204.64º 0.59% 0.37% -
HSV(B) 204.64º 0.74% 0.59% -
XYZ 11.47 12.77 31.14 -
YUV 90.51 162.13 91.26 -
System Red Green Blue C M Y K H S L
Decimal 39 105 151 0.74 0.30 0 0.41 204.64 0.59 0.37
Hex 27 69 97 4A 1E 0 29 CD 3B 25
Octal 47 151 227 112 36 0 51 315 73 45
Binary 100111 1101001 10010111 1001010 11110 0 101001 11001101 111011 100101

Color Harmonies of #276997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276997

Black with #276997

Text Example


Text Example

White with #276997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276997; }

 p { color: rgb(39,105,151); }

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

background-color css

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

 a { background-color: rgb(39,105,151); }

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

border-color css

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

 span { border-color: rgb(39,105,151); }

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