#3370B4

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

Shades of Lochmara #3370B4

Tints of Lochmara #3370B4

Color information

#3370B4 (or 0x3370B4) is unknown color: approx Lochmara. HEX triplet: 33, 70 and B4. RGB value is (51,112,180). Sum of RGB (Red+Green+Blue) = 51+112+180=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #3370B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3370B4 is #CC8F4B. Grayscale: #656565. Windows color (decimal): -13406028 or 11825203. OLE color: 11825203.

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

Color convert

RGB51112180-
CMYK0.720.3800.29
HSL211.63º55.84%45.29%-
HSV(B)211.63º71.67%70.59%-
XYZ15.415.5945.38-
YUV101.51172.2991.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.87%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 180 (70.70% from 255) = 52.48%
R=14.87%
G=32.65%
B=52.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal511121800.720.3800.29211.6355.8445.29
Hex3370B4482601Dd4382d
Octal63160264110460353247055
Binary110011111000010110100100100010011001110111010100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3370B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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