Html Css Color HEX #277CAB Lochmara

📋 copy color: '#277CAB'

red 39 ◦ green 124 ◦ blue 171

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

Shades of Lochmara #277CAB

Tints of Lochmara #277CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.2%

R = 11.68%
G = 37.13%
B = 51.2%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#277CAB (or 0x277CAB) is known color: Lochmara. HEX triplet: 27, 7C and AB. RGB value is (39,124,171). Sum of RGB (Red+Green+Blue) = 39+124+171=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #277CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277CAB is #D88354. Grayscale: #676767. Windows color (decimal): -14189397 or 11238439. OLE color: 11238439.

HSL color Cylindrical-coordinate representation of color #277CAB: hue angle of 201.36º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #277CAB is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 124 171 -
CMYK 0.77 0.27 0 0.33
HSL 201.36º 0.63% 0.41% -
HSV(B) 201.36º 0.77% 0.67% -
XYZ 15.4 17.79 41.15 -
YUV 103.94 165.84 81.68 -
System Red Green Blue C M Y K H S L
Decimal 39 124 171 0.77 0.27 0 0.33 201.36 0.63 0.41
Hex 27 7C AB 4D 1B 0 21 C9 3F 29
Octal 47 174 253 115 33 0 41 311 77 51
Binary 100111 1111100 10101011 1001101 11011 0 100001 11001001 111111 101001

Color Harmonies of #277CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277CAB

Black with #277CAB

Text Example


Text Example

White with #277CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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