Html Css Color HEX #277C9D Lochmara

📋 copy color: '#277C9D'

red 39 ◦ green 124 ◦ blue 157

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

Shades of Lochmara #277C9D

Tints of Lochmara #277C9D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.75%

 BLUE value IS 157 (61.72% from 255) = 49.06%

R = 12.19%
G = 38.75%
B = 49.06%

CMYK

 C value IS 0.75

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#277C9D (or 0x277C9D) is known color: Lochmara. HEX triplet: 27, 7C and 9D. RGB value is (39,124,157). Sum of RGB (Red+Green+Blue) = 39+124+157=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #277C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277C9D is #D88362. Grayscale: #666666. Windows color (decimal): -14189411 or 10320935. OLE color: 10320935.

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

Color convert

RGB 39 124 157 -
CMYK 0.75 0.21 0 0.38
HSL 196.78º 0.6% 0.38% -
HSV(B) 196.78º 0.75% 0.62% -
XYZ 14.13 17.28 34.49 -
YUV 102.35 158.84 82.82 -
System Red Green Blue C M Y K H S L
Decimal 39 124 157 0.75 0.21 0 0.38 196.78 0.6 0.38
Hex 27 7C 9D 4B 15 0 26 C5 3C 26
Octal 47 174 235 113 25 0 46 305 74 46
Binary 100111 1111100 10011101 1001011 10101 0 100110 11000101 111100 100110

Color Harmonies of #277C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277C9D

Black with #277C9D

Text Example


Text Example

White with #277C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277C9D; }

 p { color: rgb(39,124,157); }

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

background-color css

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

 a { background-color: rgb(39,124,157); }

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

border-color css

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

 span { border-color: rgb(39,124,157); }

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