Html Css Color HEX #277796 Lochmara

📋 copy color: '#277796'

red 39 ◦ green 119 ◦ blue 150

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

Shades of Lochmara #277796

Tints of Lochmara #277796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.64%

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

R = 12.66%
G = 38.64%
B = 48.7%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#277796 (or 0x277796) is known color: Lochmara. HEX triplet: 27, 77 and 96. RGB value is (39,119,150). Sum of RGB (Red+Green+Blue) = 39+119+150=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #277796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277796 is #D88869. Grayscale: #626262. Windows color (decimal): -14190698 or 9860903. OLE color: 9860903.

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

Color convert

RGB 39 119 150 -
CMYK 0.74 0.21 0 0.41
HSL 196.76º 0.59% 0.37% -
HSV(B) 196.76º 0.74% 0.59% -
XYZ 12.94 15.83 31.23 -
YUV 98.61 157 85.48 -
System Red Green Blue C M Y K H S L
Decimal 39 119 150 0.74 0.21 0 0.41 196.76 0.59 0.37
Hex 27 77 96 4A 15 0 29 C5 3B 25
Octal 47 167 226 112 25 0 51 305 73 45
Binary 100111 1110111 10010110 1001010 10101 0 101001 11000101 111011 100101

Color Harmonies of #277796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277796

Black with #277796

Text Example


Text Example

White with #277796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277796; }

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

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

background-color css

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

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

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

border-color css

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

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

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