Html Css Color HEX #277FAB Lochmara

📋 copy color: '#277FAB'

red 39 ◦ green 127 ◦ blue 171

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

Shades of Lochmara #277FAB

Tints of Lochmara #277FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 37.69%

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

R = 11.57%
G = 37.69%
B = 50.74%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#277FAB (or 0x277FAB) is known color: Lochmara. HEX triplet: 27, 7F and AB. RGB value is (39,127,171). Sum of RGB (Red+Green+Blue) = 39+127+171=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #277FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277FAB is #D88054. Grayscale: #696969. Windows color (decimal): -14188629 or 11239207. OLE color: 11239207.

HSL color Cylindrical-coordinate representation of color #277FAB: hue angle of 200º 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 #277FAB is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 127 171 -
CMYK 0.77 0.26 0 0.33
HSL 200º 0.63% 0.41% -
HSV(B) 200º 0.77% 0.67% -
XYZ 15.78 18.55 41.28 -
YUV 105.7 164.85 80.42 -
System Red Green Blue C M Y K H S L
Decimal 39 127 171 0.77 0.26 0 0.33 200 0.63 0.41
Hex 27 7F AB 4D 1A 0 21 C8 3F 29
Octal 47 177 253 115 32 0 41 310 77 51
Binary 100111 1111111 10101011 1001101 11010 0 100001 11001000 111111 101001

Color Harmonies of #277FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277FAB

Black with #277FAB

Text Example


Text Example

White with #277FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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