#3369B4

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

Shades of Lochmara #3369B4

Tints of Lochmara #3369B4

Color information

#3369B4 (or 0x3369B4) is unknown color: approx Lochmara. HEX triplet: 33, 69 and B4. RGB value is (51,105,180). Sum of RGB (Red+Green+Blue) = 51+105+180=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 180 (70.70% from 255 or 53.57% from 336); Max value from RGB is 180 - color contains mainly: blue. Hex color #3369B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3369B4 is #CC964B. Grayscale: #616161. Windows color (decimal): -13407820 or 11823411. OLE color: 11823411.

HSL color Cylindrical-coordinate representation of color #3369B4: hue angle of 214.88º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3369B4 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB51105180-
CMYK0.720.4200.29
HSL214.88º55.84%45.29%-
HSV(B)214.88º71.67%70.59%-
XYZ14.6614.145.13-
YUV97.4174.6194.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.18%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 180 (70.70% from 255) = 53.57%
R=15.18%
G=31.25%
B=53.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal511051800.720.4200.29214.8855.8445.29
Hex3369B4482A01Dd7382d
Octal63151264110520353277055
Binary110011110100110110100100100010101001110111010111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3369B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3369B4; }

 p { color: rgb(51,105,180); }

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

<style>
 a { background-color: #3369B4; }

 a { background-color: rgb(51,105,180); }

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

<style>
 span { border-color: #3369B4; }

 span { border-color: rgb(51,105,180); }

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