#2278AB

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

Shades of Lochmara #2278AB

Tints of Lochmara #2278AB

Color information

#2278AB (or 0x2278AB) is unknown color: approx Lochmara. HEX triplet: 22, 78 and AB. RGB value is (34,120,171). Sum of RGB (Red+Green+Blue) = 34+120+171=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #2278AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2278AB is #DD8754. Grayscale: #636363. Windows color (decimal): -14518101 or 11237410. OLE color: 11237410.

HSL color Cylindrical-coordinate representation of color #2278AB: hue angle of 202.34º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2278AB is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB34120171-
CMYK0.800.3000.33
HSL202.34º66.83%40.2%-
HSV(B)202.34º80.12%67.06%-
XYZ14.7316.7140.98-
YUV100.1168.0180.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.46%
GREEN value IS 120 (47.27% from 255) = 36.92%
BLUE value IS 171 (67.19% from 255) = 52.62%
R=10.46%
G=36.92%
B=52.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal341201710.800.3000.33202.3466.8340.2
Hex2278AB501E021ca4328
Octal421702531203604131210350
Binary1000101111000101010111010000111100100001110010101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2278AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2278AB; }

 p { color: rgb(34,120,171); }

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

<style>
 a { background-color: #2278AB; }

 a { background-color: rgb(34,120,171); }

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

<style>
 span { border-color: #2278AB; }

 span { border-color: rgb(34,120,171); }

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