#3270B4

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

Shades of Lochmara #3270B4

Tints of Lochmara #3270B4

Color information

#3270B4 (or 0x3270B4) is unknown color: approx Lochmara. HEX triplet: 32, 70 and B4. RGB value is (50,112,180). Sum of RGB (Red+Green+Blue) = 50+112+180=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #3270B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3270B4 is #CD8F4B. Grayscale: #646464. Windows color (decimal): -13471564 or 11825202. OLE color: 11825202.

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

Color convert

RGB50112180-
CMYK0.720.3800.29
HSL211.38º56.52%45.1%-
HSV(B)211.38º72.22%70.59%-
XYZ15.3515.5645.37-
YUV101.21172.4691.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.62%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 180 (70.70% from 255) = 52.63%
R=14.62%
G=32.75%
B=52.63%

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
Decimal501121800.720.3800.29211.3856.5245.1
Hex3270B4482601Dd3392d
Octal62160264110460353237155
Binary110010111000010110100100100010011001110111010011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3270B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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