Html Css Color HEX #277FAC Lochmara

📋 copy color: '#277FAC'

red 39 ◦ green 127 ◦ blue 172

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

Shades of Lochmara #277FAC

Tints of Lochmara #277FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.89%

R = 11.54%
G = 37.57%
B = 50.89%

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

#277FAC (or 0x277FAC) is known color: Lochmara. HEX triplet: 27, 7F and AC. RGB value is (39,127,172). Sum of RGB (Red+Green+Blue) = 39+127+172=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #277FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277FAC is #D88053. Grayscale: #696969. Windows color (decimal): -14188628 or 11304743. OLE color: 11304743.

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

Color convert

RGB 39 127 172 -
CMYK 0.77 0.26 0 0.33
HSL 200.3º 0.63% 0.41% -
HSV(B) 200.3º 0.77% 0.67% -
XYZ 15.87 18.59 41.78 -
YUV 105.82 165.35 80.34 -
System Red Green Blue C M Y K H S L
Decimal 39 127 172 0.77 0.26 0 0.33 200.3 0.63 0.41
Hex 27 7F AC 4D 1A 0 21 C8 3F 29
Octal 47 177 254 115 32 0 41 310 77 51
Binary 100111 1111111 10101100 1001101 11010 0 100001 11001000 111111 101001

Color Harmonies of #277FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277FAC

Black with #277FAC

Text Example


Text Example

White with #277FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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