Html Css Color HEX #276996 Lochmara

📋 copy color: '#276996'

red 39 ◦ green 105 ◦ blue 150

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

Shades of Lochmara #276996

Tints of Lochmara #276996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 51.02%

R = 13.27%
G = 35.71%
B = 51.02%

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

#276996 (or 0x276996) is known color: Lochmara. HEX triplet: 27, 69 and 96. RGB value is (39,105,150). Sum of RGB (Red+Green+Blue) = 39+105+150=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #276996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276996 is #D89669. Grayscale: #5A5A5A. Windows color (decimal): -14194282 or 9857319. OLE color: 9857319.

HSL color Cylindrical-coordinate representation of color #276996: hue angle of 204.32º 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 #276996 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 39 105 150 -
CMYK 0.74 0.30 0 0.41
HSL 204.32º 0.59% 0.37% -
HSV(B) 204.32º 0.74% 0.59% -
XYZ 11.39 12.74 30.71 -
YUV 90.4 161.63 91.34 -
System Red Green Blue C M Y K H S L
Decimal 39 105 150 0.74 0.30 0 0.41 204.32 0.59 0.37
Hex 27 69 96 4A 1E 0 29 CC 3B 25
Octal 47 151 226 112 36 0 51 314 73 45
Binary 100111 1101001 10010110 1001010 11110 0 101001 11001100 111011 100101

Color Harmonies of #276996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276996

Black with #276996

Text Example


Text Example

White with #276996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276996; }

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

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

background-color css

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

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

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

border-color css

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

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

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