#2770B4

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

Shades of Lochmara #2770B4

Tints of Lochmara #2770B4

Color information

#2770B4 (or 0x2770B4) is unknown color: approx Lochmara. HEX triplet: 27, 70 and B4. RGB value is (39,112,180). Sum of RGB (Red+Green+Blue) = 39+112+180=331 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.78% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 180 (70.70% from 255 or 54.38% from 331); Max value from RGB is 180 - color contains mainly: blue. Hex color #2770B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2770B4 is #D88F4B. Grayscale: #616161. Windows color (decimal): -14192460 or 11825191. OLE color: 11825191.

HSL color Cylindrical-coordinate representation of color #2770B4: hue angle of 208.94º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2770B4 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB39112180-
CMYK0.780.3800.29
HSL208.94º64.38%42.94%-
HSV(B)208.94º78.33%70.59%-
XYZ14.8715.3145.35-
YUV97.92174.3285.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.78%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 180 (70.70% from 255) = 54.38%
R=11.78%
G=33.84%
B=54.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal391121800.780.3800.29208.9464.3842.94
Hex2770B44E2601Dd1402b
Octal471602641164603532110053
Binary1001111110000101101001001110100110011101110100011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2770B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2770B4; }

 p { color: rgb(39,112,180); }

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

<style>
 a { background-color: #2770B4; }

 a { background-color: rgb(39,112,180); }

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

<style>
 span { border-color: #2770B4; }

 span { border-color: rgb(39,112,180); }

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