Html Css Color HEX #277099 Lochmara

📋 copy color: '#277099'

red 39 ◦ green 112 ◦ blue 153

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

Shades of Lochmara #277099

Tints of Lochmara #277099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.84%

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

R = 12.83%
G = 36.84%
B = 50.33%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#277099 (or 0x277099) is known color: Lochmara. HEX triplet: 27, 70 and 99. RGB value is (39,112,153). Sum of RGB (Red+Green+Blue) = 39+112+153=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #277099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277099 is #D88F66. Grayscale: #5E5E5E. Windows color (decimal): -14192487 or 10055719. OLE color: 10055719.

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

Color convert

RGB 39 112 153 -
CMYK 0.75 0.27 0 0.4
HSL 201.58º 0.59% 0.38% -
HSV(B) 201.58º 0.75% 0.6% -
XYZ 12.38 14.32 32.25 -
YUV 94.85 160.82 88.17 -
System Red Green Blue C M Y K H S L
Decimal 39 112 153 0.75 0.27 0 0.4 201.58 0.59 0.38
Hex 27 70 99 4B 1B 0 28 CA 3B 26
Octal 47 160 231 113 33 0 50 312 73 46
Binary 100111 1110000 10011001 1001011 11011 0 101000 11001010 111011 100110

Color Harmonies of #277099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277099

Black with #277099

Text Example


Text Example

White with #277099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277099; }

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

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

background-color css

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

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

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

border-color css

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

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

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