#2B659C

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

Shades of Lochmara #2B659C

Tints of Lochmara #2B659C

Color information

#2B659C (or 0x2B659C) is unknown color: approx Lochmara. HEX triplet: 2B, 65 and 9C. RGB value is (43,101,156). Sum of RGB (Red+Green+Blue) = 43+101+156=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B659C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B659C is #D49A63. Grayscale: #595959. Windows color (decimal): -13933156 or 10249515. OLE color: 10249515.

HSL color Cylindrical-coordinate representation of color #2B659C: hue angle of 209.2º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B659C is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB43101156-
CMYK0.720.3500.39
HSL209.2º56.78%39.02%-
HSV(B)209.2º72.44%61.18%-
XYZ11.6512.2233.2-
YUV89.93165.2894.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.33%
GREEN value IS 101 (39.84% from 255) = 33.67%
BLUE value IS 156 (61.33% from 255) = 52%
R=14.33%
G=33.67%
B=52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal431011560.720.3500.39209.256.7839.02
Hex2B659C4823027d13927
Octal53145234110430473217147
Binary1010111100101100111001001000100011010011111010001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,101,156); }

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

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

 a { background-color: rgb(43,101,156); }

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

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

 span { border-color: rgb(43,101,156); }

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