#2E78AF

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

Shades of Lochmara #2E78AF

Tints of Lochmara #2E78AF

Color information

#2E78AF (or 0x2E78AF) is unknown color: approx Lochmara. HEX triplet: 2E, 78 and AF. RGB value is (46,120,175). Sum of RGB (Red+Green+Blue) = 46+120+175=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #2E78AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E78AF is #D18750. Grayscale: #676767. Windows color (decimal): -13731665 or 11499566. OLE color: 11499566.

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

Color convert

RGB46120175-
CMYK0.740.3100.31
HSL205.58º58.37%43.33%-
HSV(B)205.58º73.71%68.63%-
XYZ15.5817.1143.04-
YUV104.14167.9886.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.49%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 175 (68.75% from 255) = 51.32%
R=13.49%
G=35.19%
B=51.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461201750.740.3100.31205.5858.3743.33
Hex2E78AF4A1F01Fce3a2b
Octal56170257112370373167253
Binary10111011110001010111110010101111101111111001110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E78AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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