#2775B4

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

Shades of Lochmara #2775B4

Tints of Lochmara #2775B4

Color information

#2775B4 (or 0x2775B4) is unknown color: approx Lochmara. HEX triplet: 27, 75 and B4. RGB value is (39,117,180). Sum of RGB (Red+Green+Blue) = 39+117+180=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 180 (70.70% from 255 or 53.57% from 336); Max value from RGB is 180 - color contains mainly: blue. Hex color #2775B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2775B4 is #D88A4B. Grayscale: #646464. Windows color (decimal): -14191180 or 11826471. OLE color: 11826471.

HSL color Cylindrical-coordinate representation of color #2775B4: hue angle of 206.81º 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 #2775B4 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB39117180-
CMYK0.780.3500.29
HSL206.81º64.38%42.94%-
HSV(B)206.81º78.33%70.59%-
XYZ15.4416.4545.54-
YUV100.86172.6683.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.61%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 180 (70.70% from 255) = 53.57%
R=11.61%
G=34.82%
B=53.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal391171800.780.3500.29206.8164.3842.94
Hex2775B44E2301Dcf402b
Octal471652641164303531710053
Binary1001111110101101101001001110100011011101110011111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2775B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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