Html Css Color HEX #277696 Lochmara

📋 copy color: '#277696'

red 39 ◦ green 118 ◦ blue 150

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

Shades of Lochmara #277696

Tints of Lochmara #277696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.44%

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

R = 12.7%
G = 38.44%
B = 48.86%

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

#277696 (or 0x277696) is known color: Lochmara. HEX triplet: 27, 76 and 96. RGB value is (39,118,150). Sum of RGB (Red+Green+Blue) = 39+118+150=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #277696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277696 is #D88969. Grayscale: #616161. Windows color (decimal): -14190954 or 9860647. OLE color: 9860647.

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

Color convert

RGB 39 118 150 -
CMYK 0.74 0.21 0 0.41
HSL 197.3º 0.59% 0.37% -
HSV(B) 197.3º 0.74% 0.59% -
XYZ 12.82 15.59 31.19 -
YUV 98.03 157.33 85.9 -
System Red Green Blue C M Y K H S L
Decimal 39 118 150 0.74 0.21 0 0.41 197.3 0.59 0.37
Hex 27 76 96 4A 15 0 29 C5 3B 25
Octal 47 166 226 112 25 0 51 305 73 45
Binary 100111 1110110 10010110 1001010 10101 0 101001 11000101 111011 100101

Color Harmonies of #277696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277696

Black with #277696

Text Example


Text Example

White with #277696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277696; }

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

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

background-color css

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

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

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

border-color css

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

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

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