Html Css Color HEX #277899 Lochmara

📋 copy color: '#277899'

red 39 ◦ green 120 ◦ blue 153

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

Shades of Lochmara #277899

Tints of Lochmara #277899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.46%

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

R = 12.5%
G = 38.46%
B = 49.04%

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

#277899 (or 0x277899) is known color: Lochmara. HEX triplet: 27, 78 and 99. RGB value is (39,120,153). Sum of RGB (Red+Green+Blue) = 39+120+153=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #277899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277899 is #D88766. Grayscale: #636363. Windows color (decimal): -14190439 or 10057767. OLE color: 10057767.

HSL color Cylindrical-coordinate representation of color #277899: hue angle of 197.37º 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 #277899 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 120 153 -
CMYK 0.75 0.22 0 0.4
HSL 197.37º 0.59% 0.38% -
HSV(B) 197.37º 0.75% 0.6% -
XYZ 13.3 16.16 32.56 -
YUV 99.54 158.16 84.82 -
System Red Green Blue C M Y K H S L
Decimal 39 120 153 0.75 0.22 0 0.4 197.37 0.59 0.38
Hex 27 78 99 4B 16 0 28 C5 3B 26
Octal 47 170 231 113 26 0 50 305 73 46
Binary 100111 1111000 10011001 1001011 10110 0 101000 11000101 111011 100110

Color Harmonies of #277899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277899

Black with #277899

Text Example


Text Example

White with #277899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277899; }

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

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

background-color css

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

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

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

border-color css

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

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

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