Html Css Color HEX #277FAA Lochmara

📋 copy color: '#277FAA'

red 39 ◦ green 127 ◦ blue 170

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

Shades of Lochmara #277FAA

Tints of Lochmara #277FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.6%

R = 11.61%
G = 37.8%
B = 50.6%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#277FAA (or 0x277FAA) is known color: Lochmara. HEX triplet: 27, 7F and AA. RGB value is (39,127,170). Sum of RGB (Red+Green+Blue) = 39+127+170=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #277FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277FAA is #D88055. Grayscale: #696969. Windows color (decimal): -14188630 or 11173671. OLE color: 11173671.

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

Color convert

RGB 39 127 170 -
CMYK 0.77 0.25 0 0.33
HSL 199.69º 0.63% 0.41% -
HSV(B) 199.69º 0.77% 0.67% -
XYZ 15.68 18.51 40.78 -
YUV 105.59 164.35 80.5 -
System Red Green Blue C M Y K H S L
Decimal 39 127 170 0.77 0.25 0 0.33 199.69 0.63 0.41
Hex 27 7F AA 4D 19 0 21 C8 3F 29
Octal 47 177 252 115 31 0 41 310 77 51
Binary 100111 1111111 10101010 1001101 11001 0 100001 11001000 111111 101001

Color Harmonies of #277FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277FAA

Black with #277FAA

Text Example


Text Example

White with #277FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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