#2678B4

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

Shades of Lochmara #2678B4

Tints of Lochmara #2678B4

Color information

#2678B4 (or 0x2678B4) is unknown color: approx Lochmara. HEX triplet: 26, 78 and B4. RGB value is (38,120,180). Sum of RGB (Red+Green+Blue) = 38+120+180=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #2678B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2678B4 is #D9874B. Grayscale: #666666. Windows color (decimal): -14255948 or 11827238. OLE color: 11827238.

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

Color convert

RGB38120180-
CMYK0.790.3300.29
HSL205.35º65.14%42.75%-
HSV(B)205.35º78.89%70.59%-
XYZ15.7517.1445.66-
YUV102.32171.8382.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.24%
GREEN value IS 120 (47.27% from 255) = 35.50%
BLUE value IS 180 (70.70% from 255) = 53.25%
R=11.24%
G=35.50%
B=53.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal381201800.790.3300.29205.3565.1442.75
Hex2678B44F2101Dcd412b
Octal461702641174103531510153
Binary1001101111000101101001001111100001011101110011011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2678B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,120,180); }

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

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

 a { background-color: rgb(38,120,180); }

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

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

 span { border-color: rgb(38,120,180); }

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