Html Css Color HEX #277496 Lochmara

📋 copy color: '#277496'

red 39 ◦ green 116 ◦ blue 150

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

Shades of Lochmara #277496

Tints of Lochmara #277496

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.03%

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

R = 12.79%
G = 38.03%
B = 49.18%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#277496 (or 0x277496) is known color: Lochmara. HEX triplet: 27, 74 and 96. RGB value is (39,116,150). Sum of RGB (Red+Green+Blue) = 39+116+150=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #277496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277496 is #D88B69. Grayscale: #606060. Windows color (decimal): -14191466 or 9860135. OLE color: 9860135.

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

Color convert

RGB 39 116 150 -
CMYK 0.74 0.23 0 0.41
HSL 198.38º 0.59% 0.37% -
HSV(B) 198.38º 0.74% 0.59% -
XYZ 12.59 15.12 31.11 -
YUV 96.85 157.99 86.74 -
System Red Green Blue C M Y K H S L
Decimal 39 116 150 0.74 0.23 0 0.41 198.38 0.59 0.37
Hex 27 74 96 4A 17 0 29 C6 3B 25
Octal 47 164 226 112 27 0 51 306 73 45
Binary 100111 1110100 10010110 1001010 10111 0 101001 11000110 111011 100101

Color Harmonies of #277496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277496

Black with #277496

Text Example


Text Example

White with #277496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277496; }

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

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

background-color css

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

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

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

border-color css

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

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

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