Html Css Color HEX #277799 Lochmara

📋 copy color: '#277799'

red 39 ◦ green 119 ◦ blue 153

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

Shades of Lochmara #277799

Tints of Lochmara #277799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.2%

R = 12.54%
G = 38.26%
B = 49.2%

CMYK

 C value IS 0.75

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#277799 (or 0x277799) is known color: Lochmara. HEX triplet: 27, 77 and 99. RGB value is (39,119,153). Sum of RGB (Red+Green+Blue) = 39+119+153=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #277799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277799 is #D88866. Grayscale: #626262. Windows color (decimal): -14190695 or 10057511. OLE color: 10057511.

HSL color Cylindrical-coordinate representation of color #277799: hue angle of 197.89º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #277799 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 119 153 -
CMYK 0.75 0.22 0 0.4
HSL 197.89º 0.59% 0.38% -
HSV(B) 197.89º 0.75% 0.6% -
XYZ 13.18 15.92 32.52 -
YUV 98.96 158.5 85.24 -
System Red Green Blue C M Y K H S L
Decimal 39 119 153 0.75 0.22 0 0.4 197.89 0.59 0.38
Hex 27 77 99 4B 16 0 28 C6 3B 26
Octal 47 167 231 113 26 0 50 306 73 46
Binary 100111 1110111 10011001 1001011 10110 0 101000 11000110 111011 100110

Color Harmonies of #277799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277799

Black with #277799

Text Example


Text Example

White with #277799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277799; }

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

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

background-color css

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

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

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

border-color css

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

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

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