#2674A4

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

Shades of Lochmara #2674A4

Tints of Lochmara #2674A4

Color information

#2674A4 (or 0x2674A4) is unknown color: approx Lochmara. HEX triplet: 26, 74 and A4. RGB value is (38,116,164). Sum of RGB (Red+Green+Blue) = 38+116+164=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 164 (64.45% from 255 or 51.57% from 318); Max value from RGB is 164 - color contains mainly: blue. Hex color #2674A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2674A4 is #D98B5B. Grayscale: #616161. Windows color (decimal): -14256988 or 10777638. OLE color: 10777638.

HSL color Cylindrical-coordinate representation of color #2674A4: hue angle of 202.86º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2674A4 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB38116164-
CMYK0.770.2900.36
HSL202.86º62.38%39.61%-
HSV(B)202.86º76.83%64.31%-
XYZ13.7515.5837.41-
YUV98.15165.1685.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.95%
GREEN value IS 116 (45.70% from 255) = 36.48%
BLUE value IS 164 (64.45% from 255) = 51.57%
R=11.95%
G=36.48%
B=51.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381161640.770.2900.36202.8662.3839.61
Hex2674A44D1D024cb3e28
Octal46164244115350443137650
Binary100110111010010100100100110111101010010011001011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2674A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2674A4; }

 p { color: rgb(38,116,164); }

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

<style>
 a { background-color: #2674A4; }

 a { background-color: rgb(38,116,164); }

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

<style>
 span { border-color: #2674A4; }

 span { border-color: rgb(38,116,164); }

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