#3367AF

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

Shades of Lochmara #3367AF

Tints of Lochmara #3367AF

Color information

#3367AF (or 0x3367AF) is unknown color: approx Lochmara. HEX triplet: 33, 67 and AF. RGB value is (51,103,175). Sum of RGB (Red+Green+Blue) = 51+103+175=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #3367AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3367AF is #CC9850. Grayscale: #5F5F5F. Windows color (decimal): -13408337 or 11495219. OLE color: 11495219.

HSL color Cylindrical-coordinate representation of color #3367AF: hue angle of 214.84º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3367AF is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB51103175-
CMYK0.710.4100.31
HSL214.84º54.87%44.31%-
HSV(B)214.84º70.86%68.63%-
XYZ13.9513.542.43-
YUV95.66172.7796.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.50%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 175 (68.75% from 255) = 53.19%
R=15.50%
G=31.31%
B=53.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511031750.710.4100.31214.8454.8744.31
Hex3367AF472901Fd7372c
Octal63147257107510373276754
Binary110011110011110101111100011110100101111111010111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3367AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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