Html Css Color HEX #277AAD Lochmara

📋 copy color: '#277AAD'

red 39 ◦ green 122 ◦ blue 173

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

Shades of Lochmara #277AAD

Tints of Lochmara #277AAD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.53%

 BLUE value IS 173 (67.97% from 255) = 51.8%

R = 11.68%
G = 36.53%
B = 51.8%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#277AAD (or 0x277AAD) is known color: Lochmara. HEX triplet: 27, 7A and AD. RGB value is (39,122,173). Sum of RGB (Red+Green+Blue) = 39+122+173=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #277AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277AAD is #D88552. Grayscale: #666666. Windows color (decimal): -14189907 or 11368999. OLE color: 11368999.

HSL color Cylindrical-coordinate representation of color #277AAD: hue angle of 202.84º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #277AAD is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 122 173 -
CMYK 0.77 0.29 0 0.32
HSL 202.84º 0.63% 0.42% -
HSV(B) 202.84º 0.77% 0.68% -
XYZ 15.34 17.37 42.08 -
YUV 103 167.5 82.35 -
System Red Green Blue C M Y K H S L
Decimal 39 122 173 0.77 0.29 0 0.32 202.84 0.63 0.42
Hex 27 7A AD 4D 1D 0 20 CB 3F 2A
Octal 47 172 255 115 35 0 40 313 77 52
Binary 100111 1111010 10101101 1001101 11101 0 100000 11001011 111111 101010

Color Harmonies of #277AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277AAD

Black with #277AAD

Text Example


Text Example

White with #277AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,122,173); }

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

background-color css

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

 a { background-color: rgb(39,122,173); }

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

border-color css

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

 span { border-color: rgb(39,122,173); }

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