#3B7296

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

Shades of Lochmara #3B7296

Tints of Lochmara #3B7296

Color information

#3B7296 (or 0x3B7296) is unknown color: approx Lochmara. HEX triplet: 3B, 72 and 96. RGB value is (59,114,150). Sum of RGB (Red+Green+Blue) = 59+114+150=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #3B7296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7296 is #C48D69. Grayscale: #656565. Windows color (decimal): -12881258 or 9859643. OLE color: 9859643.

HSL color Cylindrical-coordinate representation of color #3B7296: hue angle of 203.74º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B7296 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB59114150-
CMYK0.610.2400.41
HSL203.74º43.54%40.98%-
HSV(B)203.74º60.67%58.82%-
XYZ13.3315.1731.08-
YUV101.66155.2897.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.27%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 150 (58.98% from 255) = 46.44%
R=18.27%
G=35.29%
B=46.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal591141500.610.2400.41203.7443.5440.98
Hex3B72963D18029cc2c29
Octal7316222675300513145451
Binary11101111100101001011011110111000010100111001100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B7296; }

 p { color: rgb(59,114,150); }

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

<style>
 a { background-color: #3B7296; }

 a { background-color: rgb(59,114,150); }

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

<style>
 span { border-color: #3B7296; }

 span { border-color: rgb(59,114,150); }

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