Html Css Color HEX #277199 Lochmara

📋 copy color: '#277199'

red 39 ◦ green 113 ◦ blue 153

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

Shades of Lochmara #277199

Tints of Lochmara #277199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.05%

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

R = 12.79%
G = 37.05%
B = 50.16%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#277199 (or 0x277199) is known color: Lochmara. HEX triplet: 27, 71 and 99. RGB value is (39,113,153). Sum of RGB (Red+Green+Blue) = 39+113+153=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #277199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277199 is #D88E66. Grayscale: #5F5F5F. Windows color (decimal): -14192231 or 10055975. OLE color: 10055975.

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

Color convert

RGB 39 113 153 -
CMYK 0.75 0.26 0 0.4
HSL 201.05º 0.59% 0.38% -
HSV(B) 201.05º 0.75% 0.6% -
XYZ 12.49 14.54 32.29 -
YUV 95.43 160.48 87.75 -
System Red Green Blue C M Y K H S L
Decimal 39 113 153 0.75 0.26 0 0.4 201.05 0.59 0.38
Hex 27 71 99 4B 1A 0 28 C9 3B 26
Octal 47 161 231 113 32 0 50 311 73 46
Binary 100111 1110001 10011001 1001011 11010 0 101000 11001001 111011 100110

Color Harmonies of #277199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277199

Black with #277199

Text Example


Text Example

White with #277199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277199; }

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

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

background-color css

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

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

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

border-color css

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

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

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