#3367AD

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

Shades of Lochmara #3367AD

Tints of Lochmara #3367AD

Color information

#3367AD (or 0x3367AD) is unknown color: approx Lochmara. HEX triplet: 33, 67 and AD. RGB value is (51,103,173). Sum of RGB (Red+Green+Blue) = 51+103+173=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #3367AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3367AD is #CC9852. Grayscale: #5F5F5F. Windows color (decimal): -13408339 or 11364147. OLE color: 11364147.

HSL color Cylindrical-coordinate representation of color #3367AD: hue angle of 214.43º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3367AD is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB51103173-
CMYK0.710.4000.32
HSL214.43º54.46%43.92%-
HSV(B)214.43º70.52%67.84%-
XYZ13.7613.4241.4-
YUV95.43171.7796.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.60%
GREEN value IS 103 (40.62% from 255) = 31.50%
BLUE value IS 173 (67.97% from 255) = 52.91%
R=15.60%
G=31.50%
B=52.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511031730.710.4000.32214.4354.4643.92
Hex3367AD4728020d6362c
Octal63147255107500403266654
Binary1100111100111101011011000111101000010000011010110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3367AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3367AD; }

 p { color: rgb(51,103,173); }

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

<style>
 a { background-color: #3367AD; }

 a { background-color: rgb(51,103,173); }

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

<style>
 span { border-color: #3367AD; }

 span { border-color: rgb(51,103,173); }

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