#2B78AF

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

Shades of Lochmara #2B78AF

Tints of Lochmara #2B78AF

Color information

#2B78AF (or 0x2B78AF) is unknown color: approx Lochmara. HEX triplet: 2B, 78 and AF. RGB value is (43,120,175). Sum of RGB (Red+Green+Blue) = 43+120+175=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B78AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B78AF is #D48750. Grayscale: #666666. Windows color (decimal): -13928273 or 11499563. OLE color: 11499563.

HSL color Cylindrical-coordinate representation of color #2B78AF: hue angle of 205º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B78AF is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB43120175-
CMYK0.750.3100.31
HSL205º60.55%42.75%-
HSV(B)205º75.43%68.63%-
XYZ15.4517.0443.03-
YUV103.25168.4985.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.72%
GREEN value IS 120 (47.27% from 255) = 35.50%
BLUE value IS 175 (68.75% from 255) = 51.78%
R=12.72%
G=35.50%
B=51.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431201750.750.3100.3120560.5542.75
Hex2B78AF4B1F01Fcd3d2b
Octal53170257113370373157553
Binary10101111110001010111110010111111101111111001101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B78AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B78AF; }

 p { color: rgb(43,120,175); }

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

<style>
 a { background-color: #2B78AF; }

 a { background-color: rgb(43,120,175); }

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

<style>
 span { border-color: #2B78AF; }

 span { border-color: rgb(43,120,175); }

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