#3373B4

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

Shades of Lochmara #3373B4

Tints of Lochmara #3373B4

Color information

#3373B4 (or 0x3373B4) is unknown color: approx Lochmara. HEX triplet: 33, 73 and B4. RGB value is (51,115,180). Sum of RGB (Red+Green+Blue) = 51+115+180=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #3373B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3373B4 is #CC8C4B. Grayscale: #666666. Windows color (decimal): -13405260 or 11825971. OLE color: 11825971.

HSL color Cylindrical-coordinate representation of color #3373B4: hue angle of 210.23º 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 #3373B4 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB51115180-
CMYK0.720.3600.29
HSL210.23º55.84%45.29%-
HSV(B)210.23º71.67%70.59%-
XYZ15.7316.2645.49-
YUV103.27171.390.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.74%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 180 (70.70% from 255) = 52.02%
R=14.74%
G=33.24%
B=52.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal511151800.720.3600.29210.2355.8445.29
Hex3373B4482401Dd2382d
Octal63163264110440353227055
Binary110011111001110110100100100010010001110111010010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3373B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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