#3364A4

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

Shades of Lochmara #3364A4

Tints of Lochmara #3364A4

Color information

#3364A4 (or 0x3364A4) is unknown color: approx Lochmara. HEX triplet: 33, 64 and A4. RGB value is (51,100,164). Sum of RGB (Red+Green+Blue) = 51+100+164=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #3364A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3364A4 is #CC9B5B. Grayscale: #5C5C5C. Windows color (decimal): -13409116 or 10773555. OLE color: 10773555.

HSL color Cylindrical-coordinate representation of color #3364A4: hue angle of 213.98º degrees, saturation: 0.53, 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 #3364A4 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB51100164-
CMYK0.690.3900.36
HSL213.98º52.56%42.16%-
HSV(B)213.98º68.9%64.31%-
XYZ12.6212.536.87-
YUV92.64168.2798.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.19%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 164 (64.45% from 255) = 52.06%
R=16.19%
G=31.75%
B=52.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511001640.690.3900.36213.9852.5642.16
Hex3364A44527024d6352a
Octal63144244105470443266552
Binary1100111100100101001001000101100111010010011010110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3364A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,100,164); }

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

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

 a { background-color: rgb(51,100,164); }

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

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

 span { border-color: rgb(51,100,164); }

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