Html Css Color HEX #276995 Lochmara

📋 copy color: '#276995'

red 39 ◦ green 105 ◦ blue 149

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

Shades of Lochmara #276995

Tints of Lochmara #276995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.85%

R = 13.31%
G = 35.84%
B = 50.85%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#276995 (or 0x276995) is known color: Lochmara. HEX triplet: 27, 69 and 95. RGB value is (39,105,149). Sum of RGB (Red+Green+Blue) = 39+105+149=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #276995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276995 is #D8966A. Grayscale: #5A5A5A. Windows color (decimal): -14194283 or 9791783. OLE color: 9791783.

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

Color convert

RGB 39 105 149 -
CMYK 0.74 0.30 0 0.42
HSL 204º 0.59% 0.37% -
HSV(B) 204º 0.74% 0.58% -
XYZ 11.31 12.7 30.29 -
YUV 90.28 161.13 91.42 -
System Red Green Blue C M Y K H S L
Decimal 39 105 149 0.74 0.30 0 0.42 204 0.59 0.37
Hex 27 69 95 4A 1E 0 2A CC 3B 25
Octal 47 151 225 112 36 0 52 314 73 45
Binary 100111 1101001 10010101 1001010 11110 0 101010 11001100 111011 100101

Color Harmonies of #276995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276995

Black with #276995

Text Example


Text Example

White with #276995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276995; }

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

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

background-color css

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

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

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

border-color css

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

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

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