#3B7AA4

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

Shades of Lochmara #3B7AA4

Tints of Lochmara #3B7AA4

Color information

#3B7AA4 (or 0x3B7AA4) is unknown color: approx Lochmara. HEX triplet: 3B, 7A and A4. RGB value is (59,122,164). Sum of RGB (Red+Green+Blue) = 59+122+164=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 164 - color contains mainly: blue. Hex color #3B7AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7AA4 is #C4855B. Grayscale: #6B6B6B. Windows color (decimal): -12879196 or 10779195. OLE color: 10779195.

HSL color Cylindrical-coordinate representation of color #3B7AA4: hue angle of 204º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B7AA4 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB59122164-
CMYK0.640.2600.36
HSL204º47.09%43.73%-
HSV(B)204º64.02%64.31%-
XYZ15.4617.5337.69-
YUV107.95159.6393.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.10%
GREEN value IS 122 (48.05% from 255) = 35.36%
BLUE value IS 164 (64.45% from 255) = 47.54%
R=17.10%
G=35.36%
B=47.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal591221640.640.2600.3620447.0943.73
Hex3B7AA4401A024cc2f2c
Octal73172244100320443145754
Binary111011111101010100100100000011010010010011001100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,122,164); }

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

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

 a { background-color: rgb(59,122,164); }

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

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

 span { border-color: rgb(59,122,164); }

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