Html Css Color HEX #277196 Lochmara

📋 copy color: '#277196'

red 39 ◦ green 113 ◦ blue 150

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

Shades of Lochmara #277196

Tints of Lochmara #277196

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

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

R = 12.91%
G = 37.42%
B = 49.67%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#277196 (or 0x277196) is known color: Lochmara. HEX triplet: 27, 71 and 96. RGB value is (39,113,150). Sum of RGB (Red+Green+Blue) = 39+113+150=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #277196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277196 is #D88E69. Grayscale: #5E5E5E. Windows color (decimal): -14192234 or 9859367. OLE color: 9859367.

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

Color convert

RGB 39 113 150 -
CMYK 0.74 0.25 0 0.41
HSL 200º 0.59% 0.37% -
HSV(B) 200º 0.74% 0.59% -
XYZ 12.25 14.44 31 -
YUV 95.09 158.98 87.99 -
System Red Green Blue C M Y K H S L
Decimal 39 113 150 0.74 0.25 0 0.41 200 0.59 0.37
Hex 27 71 96 4A 19 0 29 C8 3B 25
Octal 47 161 226 112 31 0 51 310 73 45
Binary 100111 1110001 10010110 1001010 11001 0 101001 11001000 111011 100101

Color Harmonies of #277196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277196

Black with #277196

Text Example


Text Example

White with #277196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277196; }

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

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

background-color css

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

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

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

border-color css

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

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

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