#3370A3

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

Shades of Lochmara #3370A3

Tints of Lochmara #3370A3

Color information

#3370A3 (or 0x3370A3) is unknown color: approx Lochmara. HEX triplet: 33, 70 and A3. RGB value is (51,112,163). Sum of RGB (Red+Green+Blue) = 51+112+163=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 163 (64.06% from 255 or 50% from 326); Max value from RGB is 163 - color contains mainly: blue. Hex color #3370A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3370A3 is #CC8F5C. Grayscale: #636363. Windows color (decimal): -13406045 or 10711091. OLE color: 10711091.

HSL color Cylindrical-coordinate representation of color #3370A3: hue angle of 207.32º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3370A3 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB51112163-
CMYK0.690.3100.36
HSL207.32º52.34%41.96%-
HSV(B)207.32º68.71%63.92%-
XYZ13.7714.9436.81-
YUV99.57163.7993.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.64%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 163 (64.06% from 255) = 50%
R=15.64%
G=34.36%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511121630.690.3100.36207.3252.3441.96
Hex3370A3451F024cf342a
Octal63160243105370443176452
Binary110011111000010100011100010111111010010011001111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3370A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3370A3; }

 p { color: rgb(51,112,163); }

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

<style>
 a { background-color: #3370A3; }

 a { background-color: rgb(51,112,163); }

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

<style>
 span { border-color: #3370A3; }

 span { border-color: rgb(51,112,163); }

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