#277BAF

Color #277BAF Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #277BAF

Tints of Lochmara #277BAF

Color information

#277BAF (or 0x277BAF) is unknown color: approx Lochmara. HEX triplet: 27, 7B and AF. RGB value is (39,123,175). Sum of RGB (Red+Green+Blue) = 39+123+175=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #277BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277BAF is #D88450. Grayscale: #676767. Windows color (decimal): -14189649 or 11500327. OLE color: 11500327.

HSL color Cylindrical-coordinate representation of color #277BAF: hue angle of 202.94º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #277BAF is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB39123175-
CMYK0.780.3000.31
HSL202.94º63.55%41.96%-
HSV(B)202.94º77.71%68.63%-
XYZ15.6617.6943.15-
YUV103.81168.1781.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.57%
GREEN value IS 123 (48.44% from 255) = 36.50%
BLUE value IS 175 (68.75% from 255) = 51.93%
R=11.57%
G=36.50%
B=51.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal391231750.780.3000.31202.9463.5541.96
Hex277BAF4E1E01Fcb402a
Octal471732571163603731310052
Binary100111111101110101111100111011110011111110010111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,123,175); }

 H1.HeaderClassName
 {
   color: #277BAF;
 }
 .AnyTagClassName
 {
   color: #277BAF;
 }
</style>
background-color css

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

 a { background-color: rgb(39,123,175); }

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

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

 span { border-color: rgb(39,123,175); }

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